]> git.nbdom.net Git - nb.git/commitdiff
lib/php/db/table.php
authorNicolas Boisselier <nicolas.boisselier@gmail.com>
Thu, 19 Oct 2017 16:07:06 +0000 (17:07 +0100)
committerNicolas Boisselier <nicolas.boisselier@gmail.com>
Thu, 19 Oct 2017 16:07:06 +0000 (17:07 +0100)
lib/php/db/table.php

index b197c9d3dddabe505f8f3929fdf4139fd000a4e7..d61b8c07757ed1bcf6b2fe4758d5e13ceea0cacb 100644 (file)
@@ -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=[]) {