RooGetTrait.php
authoredward <edward@roojs.com>
Wed, 30 Mar 2016 11:06:29 +0000 (19:06 +0800)
committeredward <edward@roojs.com>
Wed, 30 Mar 2016 11:06:29 +0000 (19:06 +0800)
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'];