From 0dacf99928c40ad23d5946ef0662c50badfdd49d Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Thu, 19 Oct 2017 16:49:41 +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 798b5daa..ad102595 100644 --- a/lib/php/db/table.php +++ b/lib/php/db/table.php @@ -565,7 +565,7 @@ Class Table extends nb { if ($this->show_hidden_params and !empty(self::$params)) { echo '' - # NB 19.10.17: reactivate for rent + # NB 19.10.17: reactivated for rent .(!empty($fields['action']) ? '' : '') .self::form_hidden(['action']) .(!empty($_SERVER['HTTP_REFERER']) ? '' : '') -- 2.47.3