From 51d0a273bca973e5fbc3d20f738c37d41c59ac2f Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Mon, 12 Sep 2022 09:39:42 +0200 Subject: [PATCH] fix placeholder of select menu for attribute defs --- views/bootstrap/class.Settings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/bootstrap/class.Settings.php b/views/bootstrap/class.Settings.php index 3eea58535..2bb683f42 100644 --- a/views/bootstrap/class.Settings.php +++ b/views/bootstrap/class.Settings.php @@ -617,7 +617,7 @@ if(($kkk = $this->callHook('getFullSearchEngine')) && is_array($kkk)) $attrtype = empty($conf['attrtype']) ? 0 : $conf['attrtype']; $recs = $dms->getAllAttributeDefinitions($objtype, $attrtype); if($recs) { - echo ""; if($allowempty) echo ""; foreach($recs as $rec) {