Completed
Push — trunk ( 09520e...7ac6b6 )
by SuperNova.WS
03:48
created
classes/debug.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -80,7 +80,7 @@
 block discarded – undo
80 80
 
81 81
     $result = array();
82 82
     $transaction_id = SN::db_transaction_check(false) ? SN::$transaction_id : SN::$transaction_id++;
83
-    $result[] = "tID {$transaction_id}";
83
+    $result[] = "tid {$transaction_id}";
84 84
     foreach($backtrace as $a_trace) {
85 85
       if(in_array($a_trace['function'], $exclude_functions)) {
86 86
         continue;
Please login to merge, or discard this patch.