mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-07 01:06:48 +02:00
some updates. Also adjusted the utf tools and normalizer more to our coding guidelines.
git-svn-id: file:///svn/phpbb/trunk@6312 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -588,6 +588,9 @@ class session
|
||||
$SID = '?sid=';
|
||||
$this->session_id = $_SID = '';
|
||||
|
||||
// To make sure a valid session is created we create one for the anonymous user
|
||||
$this->session_create(ANONYMOUS);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
@@ -1207,7 +1210,7 @@ class user extends session
|
||||
|
||||
/**
|
||||
* Set language entry (called by add_lang)
|
||||
* @access: private
|
||||
* @access private
|
||||
*/
|
||||
function set_lang(&$lang, &$help, $lang_file, $use_db = false, $use_help = false)
|
||||
{
|
||||
|
Reference in New Issue
Block a user