]> git.nbdom.net Git - nb.git/commitdiff
lib/php/db/table.php
authorNicolas Boisselier <nicolas.boisselier@gmail.com>
Tue, 29 Oct 2019 15:22:42 +0000 (15:22 +0000)
committerNicolas Boisselier <nicolas.boisselier@gmail.com>
Tue, 29 Oct 2019 15:22:42 +0000 (15:22 +0000)
lib/php/db/table.php

index b4d4b7bc9b85ff46e062fefadbc79618d5de96f2..76aa158707be2b6d05caef7a733f5efe3a364333 100644 (file)
@@ -595,11 +595,10 @@ Class Table extends nb {
                                if ((string)$v === '') continue;
                                $flat[] = $k . '=' . urlencode($v);
                        }
-                       if (NB_P_GET) {
-# NB 06.02.18                          $form_action .= ( strpos('?',$form_action) === false ? '?' : '' ) . join('&amp;',$flat); 
+# NB 29.10.19                  if (NB_P_GET) {
                                $form_action .= ( strpos($form_action,'?') === false ? '?' : '' ) . join('&amp;',$flat); 
                                $form_hidden = '';
-                       }
+# NB 29.10.19                  }
                }
 
                // Form