/[drupal]/contributions/modules/profile_enforcer/profile_enforcer.install
ViewVC logotype

Contents of /contributions/modules/profile_enforcer/profile_enforcer.install

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download) (as text)
Wed May 30 02:24:07 2007 UTC (2 years, 5 months ago) by suydam
Branch: MAIN
CVS Tags: DRUPAL-5--1-1, DRUPAL-5--1-0, HEAD
Branch point for: DRUPAL-5
File MIME type: text/x-php
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