1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-11 11:13:59 +02:00

Just throwing this in ... dependencies still not complete ... the GUI and storage has caused me to do more "thinking" than I'd anticipated ... comments are welcome on what you see. Note also ALLOW/DENY/INHERIT have become YES/NO/UNSET

git-svn-id: file:///svn/phpbb/trunk@3772 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen
2003-04-01 00:06:11 +00:00
parent 3257af80f0
commit 5231006c03
6 changed files with 369 additions and 231 deletions

View File

@@ -955,7 +955,7 @@ function msg_handler($errno, $msg_text, $errfile, $errline)
die("Unable to show notice, \$user class hasn't been instantiated yet.<br />Error triggered in: " . $errfile .":". $errline);
}
if (empty($user->session_id))
if (empty($user->data))
{
$user->start();
}
@@ -996,6 +996,7 @@ function msg_handler($errno, $msg_text, $errfile, $errline)
include($phpbb_root_path . 'includes/page_tail.' . $phpEx);
}
exit;
break;
}
}