RooGetTrait.php
[Pman.Core] / RooGetTrait.php
index 596347f..5b07be3 100644 (file)
@@ -291,7 +291,6 @@ trait Pman_Core_RooGetTrait {
             
             $this->jok($x->toArray());
         }
-       
         
         $this->loadMap($x, array(
             'columns' => $_columns,
@@ -316,7 +315,7 @@ trait Pman_Core_RooGetTrait {
         } else if (!$x->get($id)) {
             $this->jerr("selectSingle: no such record ($id)");
         }
-        
+        exit;
         // ignore perms if comming from update/insert - as it's already done...
         if ($req !== false && !$this->checkPerm($x,'S'))  {
             $this->jerr("PERMISSION DENIED - si");