Note: this list is kept only as a demonstration for CVSNotice. For the latest CVS notices, see the Xaraya and Postnuke sites
View Statistics - Next Notice - Previous NoticeDirectory filter : [ all ] / postnuke_official / html / modules / users [ view in CVS ]
Date | Directory [filter] | File(s) [view] | Author [filter] |
09 Aug 2002 03:05:33 | postnuke_official/html/modules/users | pnadmin.php,1.2,1.3 | John Cox |
E_ALL Fixes. There are still some undefined indexes. |
Update of /home/cvsroot/postnuke_official/html/modules/users In directory ns7.hostnuke.net:/tmp/cvs-serv17035/html/modules/users Modified Files: pnadmin.php Log Message: E_ALL Fixes. There are still some undefined indexes. Index: pnadmin.php =================================================================== RCS file: /home/cvsroot/postnuke_official/html/modules/users/pnadmin.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** pnadmin.php 20 Apr 2002 01:16:02 -0000 1.2 --- pnadmin.php 9 Aug 2002 03:05:30 -0000 1.3 *************** *** 504,508 **** // Title - putting a title ad the head of each page reminds the user what // they are doing ! $output->Title(_VIEWUSERS); // Load API. Note that this is loading the user API, that is because the --- 504,508 ---- // Title - putting a title ad the head of each page reminds the user what // they are doing ! $output->Title('_VIEWUSERS'); // Load API. Note that this is loading the user API, that is because the *************** *** 528,534 **** // Start output table $output->TableStart('', ! array(_USERSNAME, ! _USERSNUMBER, ! _USERSOPTIONS), 3); --- 528,534 ---- // Start output table $output->TableStart('', ! array('_USERSNAME', ! '_USERSNUMBER', ! '_USERSOPTIONS'), 3); *************** *** 557,561 **** 'modify', array('tid' => $item['tid'])), ! _EDIT); if (pnSecAuthAction(0, 'users::', "$item[name]::$item[tid]", ACCESS_DELETE)) { $options[] = $output->URL(pnModURL('users', --- 557,561 ---- 'modify', array('tid' => $item['tid'])), ! '_EDIT'); if (pnSecAuthAction(0, 'users::', "$item[name]::$item[tid]", ACCESS_DELETE)) { $options[] = $output->URL(pnModURL('users', *************** *** 563,567 **** 'delete', array('tid' => $item['tid'])), ! _DELETE); } } --- 563,567 ---- 'delete', array('tid' => $item['tid'])), ! '_DELETE'); } } *************** *** 982,986 **** // Start options menu ! $output->TableStart(_USERS); // Menu options. These options are all added in a single row, to add --- 982,986 ---- // Start options menu ! $output->TableStart('_USERS'); // Menu options. These options are all added in a single row, to add
View Statistics - Next Notice - Previous Notice
Visit Developer Site - Browse CVS Repository |
Syndicate via backend.rss (max. once per hour please) | Powered by CVSNotice 0.1.3 |