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

bah, various issues, assign lang to this->lang via pointer(?)

git-svn-id: file:///svn/phpbb/trunk@2962 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen
2002-10-21 14:10:45 +00:00
parent 413cd7bf03
commit 6ebc8de14c
6 changed files with 161 additions and 167 deletions

View File

@@ -19,7 +19,7 @@
*
***************************************************************************/
$this->lang = array_merge($this->lang, array(
$lang = array_merge($lang, array(
'Admin_title' => 'Administration Panel',
'No_admin' => 'You are not authorised to administer this board',
'No_frames' => 'Sorry, your browser does not support frames',

View File

@@ -19,7 +19,7 @@
*
***************************************************************************/
$this->lang = array_merge($this->lang, array(
$lang = array_merge($lang, array(
'ENCODING' => 'iso-8859-15',
'DIRECTION' => 'ltr',
'LEFT' => 'left',