From: Nicolas Boisselier Date: Tue, 29 Oct 2019 15:22:42 +0000 (+0000) Subject: lib/php/db/table.php X-Git-Url: https://git.nbdom.net/?a=commitdiff_plain;h=1147724096f54c66d1a1b8a9fa483d8d75f02e4b;p=nb.git lib/php/db/table.php --- diff --git a/lib/php/db/table.php b/lib/php/db/table.php index b4d4b7bc..76aa1587 100644 --- a/lib/php/db/table.php +++ b/lib/php/db/table.php @@ -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('&',$flat); +# NB 29.10.19 if (NB_P_GET) { $form_action .= ( strpos($form_action,'?') === false ? '?' : '' ) . join('&',$flat); $form_hidden = ''; - } +# NB 29.10.19 } } // Form