Changeset 259

Show
Ignore:
Timestamp:
02/19/06 00:51:29 (3 years ago)
Author:
benoit
Message:

created new function to integrate with existing "users:create" function that will add an entry to the calendar table when a new user is created

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/calendar/units/calendar/main.php

    r249 r259  
    5252                 
    5353                $function['display:sidebar'][] = path ."units/calendar/calendar_user_info_menu.php"; 
     54                 
     55                // create calendar user 
     56                $function['users:create'][] = path . "units/calendar/function_create_calendar_user.php"; 
    5457?>