From: edward Date: Thu, 28 Apr 2016 08:42:36 +0000 (+0800) Subject: RooJsonOutputTrait.php X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=ba90948d3c2b37f88b4b1667c9394127e8a287f2;hp=05f0a2a3f33baee270db5e3c5e9cbee29a328ad7;p=Pman.Core RooJsonOutputTrait.php --- 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);