[Vtigercrm-commits] [vtiger-commits] r7007 - /vtigercrm/branches/4.2/include/database/PearDatabase.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Tue Jun 13 01:19:41 EDT 2006


Author: allanbush
Date: Mon Jun 12 23:19:33 2006
New Revision: 7007

Log:
Undoing change committed in changeset:6981 as it including debugging information which doesn't need to be checked in.

Modified:
    vtigercrm/branches/4.2/include/database/PearDatabase.php

Modified: vtigercrm/branches/4.2/include/database/PearDatabase.php
==============================================================================
--- vtigercrm/branches/4.2/include/database/PearDatabase.php (original)
+++ vtigercrm/branches/4.2/include/database/PearDatabase.php Mon Jun 12 23:19:33 2006
@@ -15,8 +15,7 @@
 
 require_once('include/logging.php');
 include('adodb/adodb.inc.php');
-require_once("adodb/adodb-xmlschema03.inc.php");
-require_once("include/utils.php");
+require_once("adodb/adodb-xmlschema.inc.php");
 
 require_once('vtigerlogger.php');
 global $vtlog;
@@ -665,7 +664,7 @@
 		}
 		
 		$this->database = ADONewConnection($this->dbType);
-		$this->database->debug = true;
+		//$this->database->debug = true;
 		
 		$this->database->Connect($this->dbHostName, $this->userName, $this->userPassword, $this->dbName);
 		$this->database->LogSQL($this->enableSQLlog);





More information about the vtigercrm-commits mailing list