1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

- some stupid bugs

git-svn-id: file:///svn/phpbb/trunk@6994 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
David M
2007-02-16 20:37:12 +00:00
parent 4044156286
commit ec9a091669
2 changed files with 7 additions and 1 deletions

View File

@@ -62,6 +62,7 @@ $lang = array_merge($lang, array(
'STRUCTURE_ONLY' => 'Structure only',
'TABLE_SELECT' => 'Table select',
'TABLE_SELECT_ERROR'=> 'You must select at least one table.',
));
?>