From: edward Date: Wed, 30 Mar 2016 11:03:15 +0000 (+0800) Subject: RooGetTrait.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=a13880f07a4f3edaafc8be2b736fed302e33bd9b RooGetTrait.php --- diff --git a/RooGetTrait.php b/RooGetTrait.php index 3c69565f..bbb9b68e 100644 --- a/RooGetTrait.php +++ b/RooGetTrait.php @@ -631,16 +631,11 @@ trait Pman_Core_RooGetTrait { 'distinct' => $distinct )); - - $this->countWhat = $ret['count']; $this->cols = $ret['cols']; $this->colsJname = $ret['join_names']; - return; - - } }