mirror of
https://github.com/phpbb/phpbb.git
synced 2025-01-19 15:17:16 +01:00
Minor update changing $lang['days'] to $lang['Days']
git-svn-id: file:///svn/phpbb/trunk@1748 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
0a29a51522
commit
0387e20f37
@ -326,7 +326,7 @@ if( !empty($mode) )
|
||||
'L_ENABLED' => $lang['Enabled'],
|
||||
'L_PRUNE_DAYS' => $lang['prune_days'],
|
||||
'L_PRUNE_FREQ' => $lang['prune_freq'],
|
||||
'L_DAYS' => $lang['days'],
|
||||
'L_DAYS' => $lang['Days'],
|
||||
|
||||
'PRUNE_DAYS' => ( isset($pr_row['prune_days']) ) ? $pr_row['prune_days'] : 7,
|
||||
'PRUNE_FREQ' => ( isset($pr_row['prune_freq']) ) ? $pr_row['prune_freq'] : 1,
|
||||
|
Loading…
x
Reference in New Issue
Block a user