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] |
04 Aug 2002 14:51:45 | postnuke_official/html/install | pn71.php,1.4.2.1,1.4.2.2 | John Cox |
Up to the minute. Now I have recovered my lost changes (need to release an album of the lost tracks from niceguyeddie) -- Added the modvar minor changes into service. |
Update of /home/cvsroot/postnuke_official/html/install In directory ns7.hostnuke.net:/tmp/cvs-serv9655/html/install Modified Files: Tag: PostNuke_71 pn71.php Log Message: Up to the minute. Now I have recovered my lost changes (need to release an album of the lost tracks from niceguyeddie) -- Added the modvar minor changes into service. Index: pn71.php =================================================================== RCS file: /home/cvsroot/postnuke_official/html/install/Attic/pn71.php,v retrieving revision 1.4.2.1 retrieving revision 1.4.2.2 diff -C2 -d -r1.4.2.1 -r1.4.2.2 *** pn71.php 4 Aug 2002 14:39:49 -0000 1.4.2.1 --- pn71.php 4 Aug 2002 14:51:43 -0000 1.4.2.2 *************** *** 27,30 **** --- 27,70 ---- $dbconn->Execute("ALTER TABLE $pntable[topics] CHANGE pn_topic pn_topic tinyint(4) NOT NULL default '1'"); + //Now lets get the module_vars up to date. + + $dbconn->Execute("INSERT INTO ".$prefix."_module_vars + (pn_modname, + pn_name, + pn_value) + VALUES + ('/PNConfig', + 'UseCompression', + '" . serialize(0) . "')") || die("<b>"._NOTUPDATED.$prefix."_modules</b>"); + + $dbconn->Execute("INSERT INTO ".$prefix."_module_vars + (pn_modname, + pn_name, + pn_value) + VALUES + ('/PNConfig', + 'htmlentities', + '" . serialize(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>"); + + + $dbconn->Execute("INSERT INTO ".$prefix."_module_vars + (pn_modname, + pn_name, + pn_value) + VALUES + ('Blocks', + 'collapseable', + '1')") || die("<b>"._NOTUPDATED.$prefix."_modules</b>"); + + ?>
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 |