From 8295f75f1e2b83da7f4e534daadc5e96699b2d82 Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Mon, 19 Dec 2016 10:30:37 +0000 Subject: [PATCH] dbq --- lib/php/db/table.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/php/db/table.php b/lib/php/db/table.php index 5ed8be92..f9451f0c 100644 --- a/lib/php/db/table.php +++ b/lib/php/db/table.php @@ -1514,7 +1514,6 @@ Class Table extends nb { #return $sql; #bye($sql); - #bye($info); if (self::p('debug')) { $this->debug($info,1); return false; @@ -1525,9 +1524,10 @@ Class Table extends nb { return false; } + $info['rowCount'] = $query->rowCount(); + #bye($info); return true; #debug($execute); - $info['rowCount'] = $query->rowCount(); return $query->rowCount(); } -- 2.47.3