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 11:42:28 | postnuke_official/html/install | pn71.php,1.4.2.7,1.4.2.8 | John Robeson |
| fixed lowercasing of startpage module to apply to modules included in postnuke that are likely to be in this variable | |||
Update of /home/cvsroot/postnuke_official/html/install
In directory ns7.hostnuke.net:/tmp/cvs-serv9782/html/install
Modified Files:
Tag: PostNuke_71
pn71.php
Log Message:
fixed lowercasing of startpage module to apply to modules included in postnuke that are likely to be in this variable
Index: pn71.php
===================================================================
RCS file: /home/cvsroot/postnuke_official/html/install/Attic/pn71.php,v
retrieving revision 1.4.2.7
retrieving revision 1.4.2.8
diff -C2 -d -r1.4.2.7 -r1.4.2.8
*** pn71.php 11 Aug 2002 09:04:49 -0000 1.4.2.7
--- pn71.php 11 Aug 2002 11:42:26 -0000 1.4.2.8
***************
*** 78,84 ****
// First change the start page.
! $dbconn->Execute("UPDATE ".$prefix."_module_vars
! SET pn_value = '" . serialize(news) . "'
! WHERE pn_name = 'startpage'");
// Next empty the modules table -- Sucks for installed modules need to regenerate afterwards.
--- 78,102 ----
// First change the start page.
! //Check for current startpage
! $startpage = $dbconn->Execute("SELECT pn_value FROM ".$prefix."_module_vars
! WHERE pn_name ='startpage'");
! unserialize($startpage);
!
! switch($startpage){
! case 'AvantGo':
! case 'Downloads':
! case 'FAQ':
! case 'Members_List':
! case 'News':
! case 'Sections':
! case 'Reviews':
! case 'Top_List':
! case 'Web_Links':
! strtolower($startpage);
! }
! serialize($startpage);
! $dbconn->Execute("UPDATE ".$prefix."_module_vars
! SET pn_value = '" . $startpage . "'
! WHERE pn_name = 'startpage'");
// Next empty the modules table -- Sucks for installed modules need to regenerate afterwards.
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 |