From: Alan Knowles Date: Tue, 12 Apr 2016 08:02:25 +0000 (+0800) Subject: RooGetTrait.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=924041085ecddbc83acc67df4a835a709d058bd4 RooGetTrait.php --- diff --git a/RooGetTrait.php b/RooGetTrait.php index e47155c6..3ee21ca9 100644 --- a/RooGetTrait.php +++ b/RooGetTrait.php @@ -301,6 +301,7 @@ trait Pman_Core_RooGetTrait { $cols = $x->table(); $excols = array_keys($this->cols); + print_R($excols); if (isset($x->_extra_cols)) { $excols = array_merge($excols, $x->_extra_cols);