mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-05 00:07:44 +02:00
email topic, minor other changes, removed updating of parent forums upon posting (handled by functions_display)
git-svn-id: file:///svn/phpbb/trunk@3980 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -964,6 +964,11 @@ function login_forum_box(&$forum_data)
|
||||
{
|
||||
global $db, $config, $user, $template, $phpEx;
|
||||
|
||||
//TODO
|
||||
if ($forum_data['parent_id'])
|
||||
{
|
||||
}
|
||||
|
||||
$sql = 'SELECT *
|
||||
FROM phpbb_forum_access
|
||||
WHERE forum_id = ' . $forum_data['forum_id'] . '
|
||||
@@ -1008,16 +1013,10 @@ function msg_handler($errno, $msg_text, $errfile, $errline)
|
||||
switch ($errno)
|
||||
{
|
||||
case E_WARNING:
|
||||
if (defined('DEBUG_EXTRA'))
|
||||
{
|
||||
// echo "PHP Warning on line <b>$errline</b> in <b>$errfile</b> :: <b>$msg_text</b><br />";
|
||||
}
|
||||
break;
|
||||
|
||||
case E_NOTICE:
|
||||
if (defined('DEBUG_EXTRA'))
|
||||
{
|
||||
echo "PHP Notice on line <b>$errline</b> in <b>$errfile</b> :: <b>$msg_text</b><br />";
|
||||
// echo "PHP Notice on line <b>$errline</b> in <b>$errfile</b> :: <b>$msg_text</b><br />";
|
||||
}
|
||||
break;
|
||||
|
||||
|
Reference in New Issue
Block a user