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

Dirk Haun dhaun at qs1489.pair.com
Sun Jan 6 04:56:39 EST 2008


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

Modified Files:
	db-config.php 
Log Message:
Make mysqldump path available in the config GUI


Index: db-config.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/db-config.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** db-config.php	9 Oct 2007 08:04:46 -0000	1.2
--- db-config.php	6 Jan 2008 09:56:37 -0000	1.3
***************
*** 1,5 ****
  <?php
  
! global $_DB_host, $_DB_name, $_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_host = 'localhost';
***************
*** 9,13 ****
  $_DB_table_prefix = 'gl_';
  $_DB_dbms = 'mysql';
- $_DB_mysqldump_path = '/usr/bin/mysqldump';
  
! ?>
\ No newline at end of file
--- 9,12 ----
  $_DB_table_prefix = 'gl_';
  $_DB_dbms = 'mysql';
  
! ?>




More information about the geeklog-cvs mailing list