[Vtigercrm-commits] [vtiger-commits] r7814 - /vtigercrm/trunk/adodb/adodb-datadict.inc.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Wed Jul 5 00:07:26 EDT 2006
Author: saraj
Date: Tue Jul 4 22:07:23 2006
New Revision: 7814
Log:
removed the extra parenthesis from line 276
Modified:
vtigercrm/trunk/adodb/adodb-datadict.inc.php
Modified: vtigercrm/trunk/adodb/adodb-datadict.inc.php
==============================================================================
--- vtigercrm/trunk/adodb/adodb-datadict.inc.php (original)
+++ vtigercrm/trunk/adodb/adodb-datadict.inc.php Tue Jul 4 22:07:23 2006
@@ -273,7 +273,7 @@
if (!$ok) {
$log->fatal("Table Creation Error: Query Failed");
$log->fatal(" ");
- if ($this->debug)]
+ if ($this->debug)
{
$log->fatal("InstallError: ".$conn->ErrorMsg());
ADOConnection::outp($conn->ErrorMsg());
More information about the vtigercrm-commits
mailing list