]> git.nbdom.net Git - nb.git/commitdiff
lib/php/db/table.php
authorNicolas Boisselier <nicolas.boisselier@gmail.com>
Tue, 2 Oct 2018 22:21:30 +0000 (23:21 +0100)
committerNicolas Boisselier <nicolas.boisselier@gmail.com>
Tue, 2 Oct 2018 22:21:30 +0000 (23:21 +0100)
lib/php/db/table.php

index 94d077c1cfc4132193b4dbe838f2094cb29f3d8d..8659bb32052bc1616a395a3257054605862c73f8 100644 (file)
@@ -859,7 +859,8 @@ Class Table extends nb {
 
                                // Date, Time according to field->string() behavior
                                } else {
-                                       $v = $this->db()->quote($v);
+# NB 02.10.18                                  $v = $this->db()->quote($v);
+                                       $v = $field->quote($v);
 
                                }
                                $equal = $not ? '<>' : $equal;