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] |
10 Aug 2002 13:09:01 | postnuke_official/html/install | pn71.php,1.4.2.5,1.4.2.6 | John Cox |
Small problem fixed because of my crappy syntax. |
Update of /home/cvsroot/postnuke_official/html/install In directory ns7.hostnuke.net:/tmp/cvs-serv31909/html/install Modified Files: Tag: PostNuke_71 pn71.php Log Message: Small problem fixed because of my crappy syntax. Index: pn71.php =================================================================== RCS file: /home/cvsroot/postnuke_official/html/install/Attic/pn71.php,v retrieving revision 1.4.2.5 retrieving revision 1.4.2.6 diff -C2 -d -r1.4.2.5 -r1.4.2.6 *** pn71.php 10 Aug 2002 12:43:54 -0000 1.4.2.5 --- pn71.php 10 Aug 2002 13:08:59 -0000 1.4.2.6 *************** *** 56,70 **** ('Blocks', 'collapseable', ! '1')") || die("<b>"._NOTUPDATED.$prefix."_modules</b>"); ! ! ! $dbconn->Execute("INSERT INTO ".$prefix."_module_vars ! (pn_modname, ! pn_name, ! pn_value) ! VALUES ! ('Blocks', ! 'collapseable', ! '1')") || die("<b>"._NOTUPDATED.$prefix."_modules</b>"); --- 56,60 ---- ('Blocks', 'collapseable', ! '" . serialize(1) . "')") || die("<b>"._NOTUPDATED.$prefix."_modules</b>"); *************** *** 74,79 **** // First change the start page. ! $dbconn->Execute("UPDATE $pntable[blocks] ! SET pn_value = 's:4:"news";', WHERE pn_name = 'startpage'"); --- 64,70 ---- // First change the start page. ! ! $dbconn->Execute("UPDATE ".$prefix."_module_vars ! SET pn_value = '" . serialize(news) . "' 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 |