Revision: 152
http://cs-webapplibs.svn.sourceforge.net/cs-webapplibs/?rev=152&view=rev
Author: crazedsanity
Date: 2009-09-21 15:51:40 +0000 (Mon, 21 Sep 2009)
Log Message:
-----------
Remove debug_print() statement in beginTrans() for pgsql layer.
Modified Paths:
--------------
trunk/0.3/db_types/cs_phpDB__pgsql.class.php
Modified: trunk/0.3/db_types/cs_phpDB__pgsql.class.php
===================================================================
--- trunk/0.3/db_types/cs_phpDB__pgsql.class.php 2009-09-21 15:25:00 UTC (rev 151)
+++ trunk/0.3/db_types/cs_phpDB__pgsql.class.php 2009-09-21 15:51:40 UTC (rev 152)
@@ -783,7 +783,6 @@
$transLevel = $this->get_transaction_level();
//transaction started without using beginTrans()...
$this->transactionTree = array();
- $this->gfObj->debug_print(__METHOD__ .": transaction already started, transStatus=(". $transStatus ."), transLevel=(". $transLevel .")");
$this->transactionTree[] = "Already started...";
}
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|