From 2578e4bb6e3fcfd750258b9b68095c223e33f0ca Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Mon, 23 Oct 2017 14:11:53 +0100 Subject: [PATCH] lib/php/db/table.php --- lib/php/db/table.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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']) ? '' : '') ; -- 2.47.3