From: Alan Knowles Date: Mon, 23 Sep 2019 05:46:18 +0000 (+0800) Subject: Pman/Roo.php X-Git-Url: http://git.roojs.org/?p=Pman.Base;a=commitdiff_plain;h=refs%2Fheads%2Fwip_alan_T6039_current_member_status_not_showing Pman/Roo.php --- diff --git a/Pman/Roo.php b/Pman/Roo.php index fe3a822..261b1f8 100644 --- a/Pman/Roo.php +++ b/Pman/Roo.php @@ -444,14 +444,14 @@ class Pman_Roo extends Pman 'cols' => array(), 'leave_open' => true ); - + + $se = false; if (is_object($data)) { $rooar = method_exists($data, 'toRooArray'); while($data->fetch()) { $x = $rooar ? $data->toRooArray($q) : $data->toArray(); - - + if ($cols == '*') { /// did we get cols sent to us? $cols = array_keys($x); }