From 39eeb83ad547252363893f8e34273635b6c7681e Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 23 Sep 2019 13:46:18 +0800 Subject: [PATCH] Pman/Roo.php --- Pman/Roo.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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); } -- 2.39.2