From: Nicolas Boisselier Date: Mon, 23 Oct 2017 13:11:53 +0000 (+0100) Subject: lib/php/db/table.php X-Git-Url: https://git.nbdom.net/?a=commitdiff_plain;h=2578e4bb6e3fcfd750258b9b68095c223e33f0ca;p=nb.git lib/php/db/table.php --- diff --git a/lib/php/db/table.php b/lib/php/db/table.php index e640aa1b..58bd563c 100644 --- a/lib/php/db/table.php +++ b/lib/php/db/table.php @@ -576,7 +576,7 @@ Class Table extends nb { 'referer' => (!empty($_SERVER['HTTP_REFERER']) ? urlencode($_SERVER['HTTP_REFERER']) : ''), ])) # NB 23.10.17 .self::form_hidden(['action','referer']) -# NB 23.10.17 // NB 19.10.17: action reactivated for rent +# NB 23.10.17 // NB 19.10.17: action reactivated for rent # NB 23.10.17 .(!empty($fields['action']) ? '' : '') # NB 23.10.17 .(!empty($_SERVER['HTTP_REFERER']) ? '' : '') ;