Ignore:
Timestamp:
Sep 13, 2012, 5:58:19 PM (12 years ago)
Author:
Eric
Message:

Renaming UAM_GhostTracker() to UAM_Init() to avoid misunderstanding

Location:
extensions/UserAdvManager/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • extensions/UserAdvManager/trunk/include/functions.inc.php

    r17887 r17889  
    5252 * Initiating GhostTracker - Perform user logout after registration if not validated
    5353 */
    54 function UAM_GhostTracker()
     54function UAM_Init()
    5555{
    5656  global $conf, $user;
  • extensions/UserAdvManager/trunk/main.inc.php

    r17508 r17889  
    3333add_event_handler('get_admin_plugin_menu_links', 'UAM_admin_menu');
    3434
    35 // Lastvisit table feed for Ghost Tracker
    36 // --------------------------------------
    37 add_event_handler('loc_begin_index', 'UAM_GhostTracker');
     35// Features and controls on user connexion
     36// ---------------------------------------
     37add_event_handler('loc_begin_index', 'UAM_Init');
    3838
    3939// User creation
Note: See TracChangeset for help on using the changeset viewer.