1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-28 10:40:28 +02:00

[ticket/10345] Remove some unused 0 cases

PHPBB3-10345
This commit is contained in:
Joas Schilling
2011-09-20 23:40:41 +02:00
committed by Oleg Pudeyev
parent c4aa8d8401
commit 7da6826a67
5 changed files with 0 additions and 16 deletions

View File

@@ -65,7 +65,6 @@ $lang = array_merge($lang, array(
'VIEW_FORUM' => 'View forum',
'VIEW_FORUM_TOPICS' => array(
0 => '%d topics',
1 => '%d topic',
2 => '%d topics',
),