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

Blaine Lang blaine at qs1489.pair.com
Sat Jan 5 11:04:00 EST 2008


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

Modified Files:
	mysql_1.4.1_to_1.5.0.php 
Log Message:
Fix to include the define for $_CONF

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.41
retrieving revision 1.42
diff -C2 -d -r1.41 -r1.42
*** mysql_1.4.1_to_1.5.0.php	5 Jan 2008 15:56:13 -0000	1.41
--- mysql_1.4.1_to_1.5.0.php	5 Jan 2008 16:03:58 -0000	1.42
***************
*** 288,292 ****
  function upgrade_StaticpagesPlugin()
  {
!     global $_TABLES;
  
      require_once($_CONF['path_system'] . 'classes/config.class.php');
--- 288,292 ----
  function upgrade_StaticpagesPlugin()
  {
!     global $_CONF,$_TABLES;
  
      require_once($_CONF['path_system'] . 'classes/config.class.php');




More information about the geeklog-cvs mailing list