[geeklog-cvs] Geeklog-1.x/public_html/admin/install config-install.php, 1.17, 1.18

Dirk Haun dhaun at qs1489.pair.com
Sat Jan 26 06:47:24 EST 2008


Update of /cvsroot/geeklog/Geeklog-1.x/public_html/admin/install
In directory qs1489.pair.com:/tmp/cvs-serv75487/public_html/admin/install

Modified Files:
	config-install.php 
Log Message:
Remove Static Pages plugin version number from the config and added it to functions.inc instead


Index: config-install.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/admin/install/config-install.php,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** config-install.php	20 Jan 2008 20:55:17 -0000	1.17
--- config-install.php	26 Jan 2008 11:47:22 -0000	1.18
***************
*** 231,235 ****
  
      // Add the configuration records for the default installed plugins
-     $c->add('version', '1.5', 'text', 0, 0, null, 0, true, 'staticpages');
      $c->add('allow_php', 1, 'select', 0, 0, 0, 10, true, 'staticpages');
      $c->add('sort_by', 'id', 'select', 0, 0, 2, 20, true, 'staticpages');
--- 231,234 ----




More information about the geeklog-cvs mailing list