[Vtigercrm-commits] [vtiger-commits] r6517 - /vtigercrm/trunk/include/db_backup/backup.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Sat May 27 02:13:28 EDT 2006
Author: don
Date: Sat May 27 00:13:25 2006
New Revision: 6517
Log:
fixed the backup not working issue
Modified:
vtigercrm/trunk/include/db_backup/backup.php
Modified: vtigercrm/trunk/include/db_backup/backup.php
==============================================================================
--- vtigercrm/trunk/include/db_backup/backup.php (original)
+++ vtigercrm/trunk/include/db_backup/backup.php Sat May 27 00:13:25 2006
@@ -11,8 +11,8 @@
require_once("config.php");
require_once("include/database/PearDatabase.php");
-define("dbserver", $dbconfig['db_host_name']);
-define("dbuser", $dbconfig['db_user_name']);
+define("dbserver", $dbconfig['db_hostname']);
+define("dbuser", $dbconfig['db_username']);
define("dbpass", $dbconfig['db_password']);
define("dbname", $dbconfig['db_name']);
More information about the vtigercrm-commits
mailing list