[Vtigercrm-commits] [vtiger-commits] r5944 - /vtigercrm/branches/5.0_postgresql_integration/install/3confirmConfig.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Sat May 13 18:10:44 EDT 2006


Author: jeffk
Date: Sat May 13 16:10:42 2006
New Revision: 5944

Log:
refs #752. r5943 requires NewADOConnection(), include adodb.inc.php

Modified:
    vtigercrm/branches/5.0_postgresql_integration/install/3confirmConfig.php

Modified: vtigercrm/branches/5.0_postgresql_integration/install/3confirmConfig.php
==============================================================================
--- vtigercrm/branches/5.0_postgresql_integration/install/3confirmConfig.php (original)
+++ vtigercrm/branches/5.0_postgresql_integration/install/3confirmConfig.php Sat May 13 16:10:42 2006
@@ -47,6 +47,7 @@
 }
 else
 {
+	include('adodb/adodb.inc.php');
 	$conn = &NewADOConnection($dbtype);
 	$db_type_status = true;
 	if($conn->Connect($db_hostname,$db_username,$db_password))





More information about the vtigercrm-commits mailing list