[Vtigercrm-commits] [vtiger-commits] r4269 - /vtigercrm/trunk/modules/Calendar/config.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Fri Mar 17 01:04:59 EST 2006
Author: saraj
Date: Thu Mar 16 23:04:54 2006
New Revision: 4269
Log:
db_host_name and db_user_name have been changed to db_hostname and db_username respectively
Modified:
vtigercrm/trunk/modules/Calendar/config.php
Modified: vtigercrm/trunk/modules/Calendar/config.php
==============================================================================
--- vtigercrm/trunk/modules/Calendar/config.php (original)
+++ vtigercrm/trunk/modules/Calendar/config.php Thu Mar 16 23:04:54 2006
@@ -6,9 +6,9 @@
require_once 'config.php';
$tutos[demo]=0;
$tutos[dbname][0] = $dbconfig['db_name'];
-$tutos[dbhost][0] = $dbconfig['db_host_name'];
+$tutos[dbhost][0] = $dbconfig['db_hostname'];
$tutos[dbport][0] = 5000;
-$tutos[dbuser][0] = $dbconfig['db_user_name'];
+$tutos[dbuser][0] = $dbconfig['db_username'];
$tutos[dbpasswd][0] = $dbconfig['db_password'];
$tutos[dbtype][0] = 2;
$tutos[dbalias][0] = "MYSQL TEST database";
More information about the vtigercrm-commits
mailing list