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

Dirk Haun dhaun at qs1489.pair.com
Sat Jan 5 11:49:20 EST 2008


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

Modified Files:
	mysql_1.4.1_to_1.5.0.php 
Log Message:
I guess this was supposed to call get_instance here ...


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.42
retrieving revision 1.43
diff -C2 -d -r1.42 -r1.43
*** mysql_1.4.1_to_1.5.0.php	5 Jan 2008 16:03:58 -0000	1.42
--- mysql_1.4.1_to_1.5.0.php	5 Jan 2008 16:49:18 -0000	1.43
***************
*** 292,296 ****
      require_once($_CONF['path_system'] . 'classes/config.class.php');
  
!     $c = config::create();
      $c->add('version', '1.5', 'text', 0, 0, null, 0, true, 'staticpages');
      $c->add('allow_php', 1, 'text', 0, 0, null, 10, true, 'staticpages');
--- 292,296 ----
      require_once($_CONF['path_system'] . 'classes/config.class.php');
  
!     $c = config::get_instance();
      $c->add('version', '1.5', 'text', 0, 0, null, 0, true, 'staticpages');
      $c->add('allow_php', 1, 'text', 0, 0, null, 10, true, 'staticpages');




More information about the geeklog-cvs mailing list