RooGetTrait.php
authoredward <edward@roojs.com>
Wed, 30 Mar 2016 11:06:18 +0000 (19:06 +0800)
committeredward <edward@roojs.com>
Wed, 30 Mar 2016 11:06:18 +0000 (19:06 +0800)
RooGetTrait.php

index f824177..3fa179d 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'];