[geeklog-cvs] geeklog-1.3/public_html/admin/install install.php,1.69,1.70

dhaun at iowaoutdoors.org dhaun at iowaoutdoors.org
Tue Sep 28 13:47:15 EDT 2004


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

Modified Files:
	install.php 
Log Message:
The Static Pages plugin requires Geeklog 1.3.10 now.


Index: install.php
===================================================================
RCS file: /var/cvs/geeklog-1.3/public_html/admin/install/install.php,v
retrieving revision 1.69
retrieving revision 1.70
diff -C2 -d -r1.69 -r1.70
*** install.php	17 Sep 2004 10:52:38 -0000	1.69
--- install.php	28 Sep 2004 17:47:12 -0000	1.70
***************
*** 656,660 ****
              if ($spversion > 0) {
                  // no database changes this time, but set new version number
!                 DB_query ("UPDATE {$_TABLES['plugins']} SET pi_version = '1.4.1' WHERE pi_name = 'staticpages'");
              }
  
--- 656,660 ----
              if ($spversion > 0) {
                  // no database changes this time, but set new version number
!                 DB_query ("UPDATE {$_TABLES['plugins']} SET pi_version = '1.4.1', pi_gl_version = '1.3.10' WHERE pi_name = 'staticpages'");
              }
  




More information about the geeklog-cvs mailing list