fmsystem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fmsystem-commits] [8869] api: debug


From: Sigurd Nes
Subject: [Fmsystem-commits] [8869] api: debug
Date: Tue, 14 Feb 2012 20:12:42 +0000

Revision: 8869
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=8869
Author:   sigurdne
Date:     2012-02-14 20:12:41 +0000 (Tue, 14 Feb 2012)
Log Message:
-----------
api: debug

Modified Paths:
--------------
    trunk/phpgwapi/inc/class.db_pdo.inc.php

Modified: trunk/phpgwapi/inc/class.db_pdo.inc.php
===================================================================
--- trunk/phpgwapi/inc/class.db_pdo.inc.php     2012-02-14 14:17:59 UTC (rev 
8868)
+++ trunk/phpgwapi/inc/class.db_pdo.inc.php     2012-02-14 20:12:41 UTC (rev 
8869)
@@ -585,6 +585,11 @@
                */
                public function transaction_abort()
                {
+/*
+                       $bt = debug_backtrace();
+                       echo "<b>db::{$bt[0]['function']} Called from file: 
{$bt[0]['file']} line: {$bt[0]['line']}</b><br/>";
+                       unset($bt);
+*/
                        $ret = false;
 
                        if($this->Transaction)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]