mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00: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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue