|
@@ -256,7 +256,7 @@ |
|
|
block discarded – undo |
|
256
|
256
|
<dd> |
|
257
|
257
|
<select name="cookielength" id="cookielength">'; |
|
258
|
258
|
|
|
259
|
|
- if(!empty($context['login_cookie_times'])) |
|
|
259
|
+ if (!empty($context['login_cookie_times'])) |
|
260
|
260
|
foreach ($context['login_cookie_times'] as $cookie_time => $cookie_txt) |
|
261
|
261
|
echo ' |
|
262
|
262
|
<option value="', $cookie_time, '"', $modSettings['cookieTime'] == $cookie_time ? ' selected' : '', '>', $txt[$cookie_txt], '</option>'; |
Please login to merge, or discard this patch.