Commit 4ff90f0 1 parent acca2bd commit 4ff90f0 Copy full SHA for 4ff90f0
File tree 1 file changed +2
-6
lines changed
apps/settings/templates/settings/admin
1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 127
127
<span class="icon-info" title="<?php p ($ l ->t ('Only applies when authentication is required ' )); ?> "></span>
128
128
</label>
129
129
<select name="mail_smtpauthtype" id="mail_smtpauthtype" disabled="disabled">
130
- <?php foreach ($ mail_smtpauthtype as $ authtype => $ name ):
131
- $ selected = '' ;
132
- if ($ authtype == $ _ ['mail_smtpauthtype ' ]):
133
- $ selected = 'selected="selected" ' ;
134
- endif ; ?>
135
- <option value="<?php p ($ authtype ) ?> " <?php p ($ selected ) ?> ><?php p ($ name ) ?> </option>
130
+ <?php foreach ($ mail_smtpauthtype as $ authtype => $ name ): ?>
131
+ <option value="<?php p ($ authtype ) ?> "><?php p ($ name ) ?> </option>
136
132
<?php endforeach ; ?>
137
133
</select>
138
134
You can’t perform that action at this time.
0 commit comments