[Vtigercrm-commits] [vtiger-commits] r4081 - /vtigercrm/branches/4.2/config.template.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Wed Mar 8 10:42:22 EST 2006
Author: saraj
Date: Wed Mar 8 08:42:19 2006
New Revision: 4081
Log:
parameter added to check database population
Modified:
vtigercrm/branches/4.2/config.template.php
Modified: vtigercrm/branches/4.2/config.template.php
==============================================================================
--- vtigercrm/branches/4.2/config.template.php (original)
+++ vtigercrm/branches/4.2/config.template.php Wed Mar 8 08:42:19 2006
@@ -47,6 +47,7 @@
$dbconfig['db_password'] = '_DBC_PASS_';
$dbconfig['db_name'] = '_DBC_NAME_';
$dbconfig['db_type'] = '_DBC_TYPE_';
+$dbconfig['db_status'] = '_DBC_STAT_';
// TODO: test if port is empty
// TODO: set db_hostname dependending on db_type
More information about the vtigercrm-commits
mailing list