From: Nicolas Boisselier Date: Thu, 19 Oct 2017 16:07:06 +0000 (+0100) Subject: lib/php/db/table.php X-Git-Url: https://git.nbdom.net/?a=commitdiff_plain;h=26a254c11a31256b8e605bd0c2b35af5986864d9;p=nb.git lib/php/db/table.php --- diff --git a/lib/php/db/table.php b/lib/php/db/table.php index b197c9d3..d61b8c07 100644 --- a/lib/php/db/table.php +++ b/lib/php/db/table.php @@ -1585,11 +1585,11 @@ Class Table extends nb { $info['rowCount'] = $query->rowCount(); return $query->rowCount(); - - return $execute; - - return $this->db()->exec($sql,$values); - return $this->db()->exec($sql); +# NB 19.10.17 +# NB 19.10.17 return $execute; +# NB 19.10.17 +# NB 19.10.17 return $this->db()->exec($sql,$values); +# NB 19.10.17 return $this->db()->exec($sql); } public function update($post,&$info=[]) {