From: Nicolas Boisselier Date: Mon, 19 Dec 2016 10:30:37 +0000 (+0000) Subject: dbq X-Git-Url: https://git.nbdom.net/?a=commitdiff_plain;h=8295f75f1e2b83da7f4e534daadc5e96699b2d82;p=nb.git dbq --- 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(); }