[Vtigercrm-commits] [vtiger-commits] r7008 - /vtigercrm/branches/4.2/include/database/PearDatabase.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Tue Jun 13 01:43:02 EDT 2006
Author: allanbush
Date: Mon Jun 12 23:42:58 2006
New Revision: 7008
Log:
Fixed typo in variable name to set debugging mode on database creation and commented it out so debugging mode is not set by default. Closes #41.
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:42:58 2006
@@ -807,12 +807,10 @@
//$db->debug = true;
- //$this->println("ADODB createTables connect status=".$db->Connect($this->dbHostName, $this->userName, $this->userPassword, $this->dbName));
$schema = new adoSchema( $db );
- //Debug Adodb XML Schema
- $sehema->XMLS_DEBUG = TRUE;
- //Debug Adodb
- $sehema->debug = true;
+ // Debug Adodb XML Schema
+ // $schema->XMLS_DEBUG = TRUE;
+ // $schema->debug = true;
$sql = $schema->ParseSchema( $schemaFile );
$this->println("--------------Starting the table creation------------------");
More information about the vtigercrm-commits
mailing list