From ec419216916f6c1f50655684c0a03d5935b4e7f0 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Thu, 14 Jan 2021 13:59:20 +0100 Subject: [PATCH] use phrase select_attr instead of select_attribute_value --- 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 c75982e63..7e3d7a26c 100644 --- a/views/bootstrap/class.Settings.php +++ b/views/bootstrap/class.Settings.php @@ -612,7 +612,7 @@ if(($kkk = $this->callHook('getFullSearchEngine')) && is_array($kkk)) else $recs = $dms->getAllAttributeDefinitions(explode(',', $conf['objtype'])); if($recs) { - echo ""; if($allowempty) echo ""; foreach($recs as $rec) {