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 / install [ view in CVS ]
Date | Directory [filter] | File(s) [view] | Author [filter] |
11 Aug 2002 12:44:58 | postnuke_official/html/install | pn71.php,1.4.2.8,1.4.2.9 | John Cox |
Fixed the startpage case. |
Update of /home/cvsroot/postnuke_official/html/install In directory ns7.hostnuke.net:/tmp/cvs-serv10112/html/install Modified Files: Tag: PostNuke_71 pn71.php Log Message: Fixed the startpage case. Index: pn71.php =================================================================== RCS file: /home/cvsroot/postnuke_official/html/install/Attic/pn71.php,v retrieving revision 1.4.2.8 retrieving revision 1.4.2.9 diff -C2 -d -r1.4.2.8 -r1.4.2.9 *** pn71.php 11 Aug 2002 11:42:26 -0000 1.4.2.8 --- pn71.php 11 Aug 2002 12:44:56 -0000 1.4.2.9 *************** *** 95,101 **** strtolower($startpage); } ! serialize($startpage); $dbconn->Execute("UPDATE ".$prefix."_module_vars ! SET pn_value = '" . $startpage . "' WHERE pn_name = 'startpage'"); --- 95,101 ---- strtolower($startpage); } ! $dbconn->Execute("UPDATE ".$prefix."_module_vars ! SET pn_value = '" .serialize($startpage). "' WHERE pn_name = 'startpage'");
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 |