From 26a254c11a31256b8e605bd0c2b35af5986864d9 Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Thu, 19 Oct 2017 17:07:06 +0100 Subject: [PATCH] lib/php/db/table.php --- lib/php/db/table.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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=[]) { -- 2.47.3