1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-09 02:06:32 +02:00

More fixes

git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@3173 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen
2002-12-03 20:55:37 +00:00
parent 32830195ee
commit 93dac10dbf
6 changed files with 53 additions and 52 deletions

View File

@@ -75,7 +75,7 @@ if ( $userdata['session_logged_in'] )
}
else
{
$u_login_logout = 'login.'.$phpEx . '&sid=' . $userdata['session_id'];
$u_login_logout = 'login.'.$phpEx;
$l_login_logout = $lang['Login'];
}