X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=RooGetTrait.php;fp=RooGetTrait.php;h=3ee21ca9863c64c35592aa00afca761ff8a985ff;hb=924041085ecddbc83acc67df4a835a709d058bd4;hp=e47155c6c6d80f7710f37e91cd45db6c8614492b;hpb=97e7626e73f20000dd426925318aa748c7525006;p=Pman.Core 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);