RooGetTrait.php
authorAlan Knowles <alan@roojs.com>
Tue, 12 Apr 2016 08:04:46 +0000 (16:04 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 12 Apr 2016 08:04:46 +0000 (16:04 +0800)
RooGetTrait.php

index 3ee21ca..71814f5 100644 (file)
@@ -301,7 +301,7 @@ trait Pman_Core_RooGetTrait {
             
             $cols = $x->table();
             $excols = array_keys($this->cols);
-            print_R($excols);
+            //print_R($excols);
             
             if (isset($x->_extra_cols)) {
                 $excols = array_merge($excols, $x->_extra_cols);