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

index 3c69565..bbb9b68 100644 (file)
@@ -631,16 +631,11 @@ trait Pman_Core_RooGetTrait {
             'distinct' => $distinct
         ));
         
-      
-        
         $this->countWhat = $ret['count'];
         $this->cols = $ret['cols'];
         $this->colsJname = $ret['join_names'];
         
-        
         return;
         
-        
-        
     }
 }