Parent Directory
|
Revision Log
|
Revision Graph
Initial development version of profile_enforcer.module
| 1 | <?php |
| 2 | // $Id$ |
| 3 | function profile_enforcer_install() { |
| 4 | drupal_set_message( t('profile_enforcer.module installed successfully. Visit ' . l('admin/user/profile_enforcer','admin/user/profile_enforcer') . ' to continue configuration.' ) ); |
| 5 | //drupal_set_message( t('profile_enforcer.module installed successfully.')); |
| 6 | } |
| 7 | ?> |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |