[geeklog-cvs] geeklog-1.3/public_html/admin database.php,1.16,1.17

dhaun at iowaoutdoors.org dhaun at iowaoutdoors.org
Sun May 9 12:51:47 EDT 2004


Update of /var/cvs/geeklog-1.3/public_html/admin
In directory www:/tmp/cvs-serv28575/public_html/admin

Modified Files:
	database.php 
Log Message:
Fixed problems with database backups when there were spaces in the path to the backups directory (bug #185).


Index: database.php
===================================================================
RCS file: /var/cvs/geeklog-1.3/public_html/admin/database.php,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** database.php	29 Mar 2004 18:59:25 -0000	1.16
--- database.php	9 May 2004 16:51:45 -0000	1.17
***************
*** 93,97 ****
              $command .= ' ' . $_CONF['mysqldump_options'];
          }
!         $command .= " $_DB_name > {$backupfile}"; 
  
          if (function_exists ('is_executable')) {
--- 93,97 ----
              $command .= ' ' . $_CONF['mysqldump_options'];
          }
!         $command .= " $_DB_name > \"$backupfile\"";
  
          if (function_exists ('is_executable')) {




More information about the geeklog-cvs mailing list