[geeklog-cvs] Geeklog-1.x db-config.php,1.1,1.2

Oliver ospiess at qs1489.pair.com
Tue Oct 9 04:04:48 EDT 2007


Update of /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x
In directory qs1489.pair.com:/tmp/cvs-serv43887

Modified Files:
	db-config.php 
Log Message:
make db_name global otherwise db backups dont work

Index: db-config.php
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/db-config.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** db-config.php	29 Aug 2007 03:25:12 -0000	1.1
--- db-config.php	9 Oct 2007 08:04:46 -0000	1.2
***************
*** 1,5 ****
  <?php
  
! global $_DB_host, $_DB_user, $_DB_pass, $_DB_table_prefix, $_DB_dbms, $_DB_mysqldump_path;
  
  $_DB_host = 'localhost';
--- 1,5 ----
  <?php
  
! global $_DB_host, $_DB_name, $_DB_user, $_DB_pass, $_DB_table_prefix, $_DB_dbms, $_DB_mysqldump_path;
  
  $_DB_host = 'localhost';




More information about the geeklog-cvs mailing list