X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=blobdiff_plain;f=RooJsonOutputTrait.php;h=c307d27dd21ebbf6e68c896ac7f910a2dd9eef0f;hp=207986dfee98eb7d1fb08c8eb4aa2b4f7d5d3764;hb=443623f47935eb52acd65a3ff0d84eab1fd5a98b;hpb=05f0a2a3f33baee270db5e3c5e9cbee29a328ad7 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);