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] |
| 28 Jul 2002 14:04:55 | postnuke_official/html/install | upgrade.php,1.3,1.3.2.1 | John Cox |
| Added initial upgrade to 72. Script is not complete. More changes are necessary. | |||
Update of /home/cvsroot/postnuke_official/html/install
In directory ns7.hostnuke.net:/tmp/cvs-serv1333/html/install
Modified Files:
Tag: PostNuke_71
upgrade.php
Log Message:
Added initial upgrade to 72. Script is not complete. More changes are necessary.
Index: upgrade.php
===================================================================
RCS file: /home/cvsroot/postnuke_official/html/install/Attic/upgrade.php,v
retrieving revision 1.3
retrieving revision 1.3.2.1
diff -C2 -d -r1.3 -r1.3.2.1
*** upgrade.php 7 Mar 2002 09:56:00 -0000 1.3
--- upgrade.php 28 Jul 2002 14:04:53 -0000 1.3.2.1
***************
*** 134,137 ****
--- 134,145 ----
}
+ /*** This function calls the upgrade from PostNuke .7 ***/
+ function do_upgrade71 ($dbhost, $dbuname, $dbpass, $dbname, $prefix, $dbtype) {
+ global $dbconn;
+ mysql_connect($dbhost, $dbuname, $dbpass);
+ mysql_select_db("$dbname") or die ("<br><font class=\"pn-failed\">Unable to select database.</font>");
+ include("install/pn71.php");
+ }
+
/* Removed for Release. Needs to be updated.
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 |