Ignore:
Timestamp:
Mar 5, 2010, 1:12:41 PM (14 years ago)
Author:
Eric
Message:

[NBC_UserAdvManager] Pre-2.13.5

  • Bug 1465 fixed : Plugin data are now serialized
  • Code simplification : Variables improved
  • Files renamed : functions.inc.php and UAM_admin.php
  • Update of obsolete.list (There is a bug on obsolete fils deletion)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/NBC_UserAdvManager/trunk/ConfirmMail.php

    r4927 r5056  
    44include_once( PHPWG_ROOT_PATH.'include/common.inc.php' );
    55include_once (NBC_UAM_PATH.'include/constants.php');
    6 include_once (NBC_UAM_PATH.'include/functions_UserAdvManager.inc.php');
     6include_once (NBC_UAM_PATH.'include/functions.inc.php');
    77
    88// +-----------------------------------------------------------------------+
     
    4848  '/theme/'.$user['theme'].'/themeconf.inc.php');
    4949
    50 /* $template->set_filenames(array('confirm_mail' => realpath(NBC_UAM_PATH . 'ConfirmMail.tpl')));*/
    5150$template->set_filenames(
    5251  array(
     
    5453        )
    5554);
    56 if ( isset($lang['Theme: '.$user['theme']]) )
     55if (isset($lang['Theme: '.$user['theme']]))
    5756{
    5857  $template->assign(
Note: See TracChangeset for help on using the changeset viewer.