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 / modules [ view in CVS ]
Date | Directory [filter] | File(s) [view] | Author [filter] |
24 Jul 2002 20:54:58 | postnuke_official/html/modules/modules | pnadmin.php,1.11.2.1,1.11.2.2 | Andrea M. |
usability improvement: show list immediately when module is loaded |
Update of /home/cvsroot/postnuke_official/html/modules/modules In directory ns7.hostnuke.net:/tmp/cvs-serv11964 Modified Files: Tag: PostNuke_71 pnadmin.php Log Message: usability improvement: show list immediately when module is loaded Index: pnadmin.php =================================================================== RCS file: /home/cvsroot/postnuke_official/html/modules/modules/pnadmin.php,v retrieving revision 1.11.2.1 retrieving revision 1.11.2.2 diff -C2 -d -r1.11.2.1 -r1.11.2.2 *** pnadmin.php 14 May 2002 20:52:19 -0000 1.11.2.1 --- pnadmin.php 24 Jul 2002 20:54:55 -0000 1.11.2.2 *************** *** 30,40 **** function modules_admin_main() { ! $output = new pnHTML(); ! ! $output->SetInputMode(_PNH_VERBATIMINPUT); ! $output->Text(modules_adminmenu()); ! $output->SetInputMode(_PNH_PARSEINPUT); ! ! return $output->GetOutput(); } --- 30,35 ---- function modules_admin_main() { ! pnRedirect(pnModURL('modules','admin','list')); ! return true; }
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 |