From 56cef7bb22a141f15ec63ae2d9deb03540522c28 Mon Sep 17 00:00:00 2001 From: Sergio Cambra Date: Tue, 12 Aug 2014 14:46:07 +0200 Subject: [PATCH] display contactname as other forms --- interface/web/client/domain_edit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/web/client/domain_edit.php b/interface/web/client/domain_edit.php index 221e8a2079..cda557c6e5 100644 --- a/interface/web/client/domain_edit.php +++ b/interface/web/client/domain_edit.php @@ -89,7 +89,7 @@ class page_action extends tform_actions { if(is_array($clients)) { foreach( $clients as $client) { $selected = ($client["groupid"] == $tmp_data_record["sys_groupid"])?'SELECTED':''; - $client_select .= "\r\n"; + $client_select .= "\r\n"; } } $app->tpl->setVar("client_group_id", $client_select); -- GitLab