From ba90948d3c2b37f88b4b1667c9394127e8a287f2 Mon Sep 17 00:00:00 2001 From: edward Date: Thu, 28 Apr 2016 16:42:36 +0800 Subject: [PATCH] RooJsonOutputTrait.php --- RooJsonOutputTrait.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/RooJsonOutputTrait.php b/RooJsonOutputTrait.php index 207986df..c307d27d 100644 --- a/RooJsonOutputTrait.php +++ b/RooJsonOutputTrait.php @@ -131,10 +131,6 @@ trait Pman_Core_RooJsonOutputTrait { function jdata($ar,$total=false, $extra=array(), $cachekey = false) { - if ($this->transObj ) { - $this->transObj->query( connection_aborted() ? 'ROLLBACK' : 'COMMIT'); - } - // should do mobile checking??? if ($total == false) { $total = count($ar); -- 2.39.2