@@ -80,7 +80,7 @@ |
||
| 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; |