We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a324af7 commit f93c954Copy full SHA for f93c954
interface/web/mail/mail_user_edit.php
@@ -100,7 +100,7 @@ function onShowEnd() {
100
if(is_array($policys)) {
101
foreach( $policys as $p) {
102
$selected = ($p["id"] == $tmp_user["policy_id"])?'SELECTED':'';
103
- $policy_select .= "<option value='$p[id]' $selected>" . $app->functions->htmlentities(($p['policy_name']) . "</option>\r\n";
+ $policy_select .= "<option value='$p[id]' $selected>" . $app->functions->htmlentities($p['policy_name']) . "</option>\r\n";
104
}
105
106
$app->tpl->setVar("policy", $policy_select);
0 commit comments