[geeklog-cvs] geeklog-1.3/public_html/admin/install install.php,1.74,1.75

dhaun at iowaoutdoors.org dhaun at iowaoutdoors.org
Sun Jan 16 14:19:05 EST 2005


Update of /var/cvs/geeklog-1.3/public_html/admin/install
In directory www:/tmp/cvs-serv30094/public_html/admin/install

Modified Files:
	install.php 
Log Message:
Forgot to add 1.3.11 to the list of old versions.


Index: install.php
===================================================================
RCS file: /var/cvs/geeklog-1.3/public_html/admin/install/install.php,v
retrieving revision 1.74
retrieving revision 1.75
diff -C2 -d -r1.74 -r1.75
*** install.php	16 Jan 2005 19:14:29 -0000	1.74
--- install.php	16 Jan 2005 19:19:02 -0000	1.75
***************
*** 155,159 ****
          $db_templates->set_var('upgrade',1);
          // They already have a lib-database file...they can't change their tables names
!         $old_versions = array('1.2.5-1','1.3','1.3.1','1.3.2','1.3.2-1','1.3.3','1.3.4','1.3.5','1.3.6','1.3.7','1.3.8','1.3.9','1.3.10');
          $versiondd = '<tr><td align="right"><b>Current Geeklog Version:</b></td><td><select name="version">';
          $cnt = count ($old_versions);
--- 155,159 ----
          $db_templates->set_var('upgrade',1);
          // They already have a lib-database file...they can't change their tables names
!         $old_versions = array('1.2.5-1','1.3','1.3.1','1.3.2','1.3.2-1','1.3.3','1.3.4','1.3.5','1.3.6','1.3.7','1.3.8','1.3.9','1.3.10','1.3.11');
          $versiondd = '<tr><td align="right"><b>Current Geeklog Version:</b></td><td><select name="version">';
          $cnt = count ($old_versions);




More information about the geeklog-cvs mailing list