[geeklog-cvs] Geeklog-1.x/sql/updates mysql_1.4.1_to_1.5.0.php, 1.53, 1.54

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


Update of /cvsroot/geeklog/Geeklog-1.x/sql/updates
In directory qs1489.pair.com:/tmp/cvs-serv75487/sql/updates

Modified Files:
	mysql_1.4.1_to_1.5.0.php 
Log Message:
Remove Static Pages plugin version number from the config and added it to functions.inc instead


Index: mysql_1.4.1_to_1.5.0.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/sql/updates/mysql_1.4.1_to_1.5.0.php,v
retrieving revision 1.53
retrieving revision 1.54
diff -C2 -d -r1.53 -r1.54
*** mysql_1.4.1_to_1.5.0.php	20 Jan 2008 20:55:17 -0000	1.53
--- mysql_1.4.1_to_1.5.0.php	26 Jan 2008 11:47:22 -0000	1.54
***************
*** 302,306 ****
  
      $c = config::get_instance();
-     $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');
--- 302,305 ----




More information about the geeklog-cvs mailing list