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 / includes [ view in CVS ]
Date | Directory [filter] | File(s) [view] | Author [filter] |
10 Aug 2002 12:10:49 | postnuke_official/html/includes | pnHTML.php,1.35,1.36 pnSecurity.php,1.12,1.13 | Mike |
fix the E_ALL fixes - those are (supposed to be) language defines, to be fixed with pnMLByKey or whatever |
Update of /home/cvsroot/postnuke_official/html/includes In directory ns7.hostnuke.net:/tmp/cvs-serv31496 Modified Files: pnHTML.php pnSecurity.php Log Message: fix the E_ALL fixes - those are (supposed to be) language defines, to be fixed with pnMLByKey or whatever Index: pnHTML.php =================================================================== RCS file: /home/cvsroot/postnuke_official/html/includes/pnHTML.php,v retrieving revision 1.35 retrieving revision 1.36 diff -C2 -d -r1.35 -r1.36 *** pnHTML.php 9 Aug 2002 02:19:58 -0000 1.35 --- pnHTML.php 10 Aug 2002 12:10:47 -0000 1.36 *************** *** 484,488 **** $arg['confirmation'] = 1; $compoutput->FormHidden($arg); ! $compoutput->FormSubmit('_CONFIRM'); $compoutput->Linebreak(2); $compoutput->URL($cancel_url, $cancel_text); --- 484,488 ---- $arg['confirmation'] = 1; $compoutput->FormHidden($arg); ! $compoutput->FormSubmit(_CONFIRM); $compoutput->Linebreak(2); $compoutput->URL($cancel_url, $cancel_text); Index: pnSecurity.php =================================================================== RCS file: /home/cvsroot/postnuke_official/html/includes/pnSecurity.php,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** pnSecurity.php 9 Aug 2002 03:11:45 -0000 1.12 --- pnSecurity.php 10 Aug 2002 12:10:47 -0000 1.13 *************** *** 64,76 **** function accesslevelnames() { ! static $accessnames = array( 0 => '_ACCESS_NONE', ! 100 => '_ACCESS_OVERVIEW', ! 200 => '_ACCESS_READ', ! 300 => '_ACCESS_COMMENT', ! 400 => '_ACCESS_MODERATE', ! 500 => '_ACCESS_EDIT', ! 600 => '_ACCESS_ADD', ! 700 => '_ACCESS_DELETE', ! 800 => '_ACCESS_ADMIN'); return $accessnames; --- 64,76 ---- function accesslevelnames() { ! static $accessnames = array( 0 => _ACCESS_NONE, ! 100 => _ACCESS_OVERVIEW, ! 200 => _ACCESS_READ, ! 300 => _ACCESS_COMMENT, ! 400 => _ACCESS_MODERATE, ! 500 => _ACCESS_EDIT, ! 600 => _ACCESS_ADD, ! 700 => _ACCESS_DELETE, ! 800 => _ACCESS_ADMIN); return $accessnames;
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 |