RooGetTrait.php
[Pman.Core] / RooGetTrait.php
index 3fa179d..f824177 100644 (file)
@@ -629,7 +629,7 @@ trait Pman_Core_RooGetTrait {
             'exclude' => $excludecolumns,
             'distinct' => $distinct
         ));
-        exit;
+        
         $this->countWhat = $ret['count'];
         $this->cols = $ret['cols'];
         $this->colsJname = $ret['join_names'];