Код: Выделить всё
Parse error: syntax error, unexpected T_DOUBLE_ARROW in /usr/home/data/бла_бла.ru/includes/functions_display.php on line 8Код: Выделить всё
Parse error: syntax error, unexpected T_DOUBLE_ARROW in /usr/home/data/бла_бла.ru/includes/functions_display.php on line 8Код: Выделить всё
<?php
/**
*
* @package phpBB3
* @version $Id$
* @copyright (c) 2005 phpBB Group
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
*
*/
/**
* @ignore
*/
if (!defined('IN_PHPBB'))
{
exit;
}
/**
* Display Forums
*/
function display_forums($root_data = '', $display_moderators = true, $return_moderators = false)
{
global $db, $auth, $user, $template;
global $phpbb_root_path, $phpEx, $config;
$forum_rows = $subforums = $forum_ids = $forum_ids_moderator = $forum_moderators = $active_forum_ary = array();
$parent_id = $visible_forums = 0;
$sql_from = '';
// Mark forums read?
$mark_read = request_var('mark', '');
if ($mark_read == 'all')
{
$mark_read = '';
}
if (!$root_data)
{
if ($mark_read == 'forums')
{
$mark_read = 'all';
}
$root_data = array('forum_id' => 0);
$sql_where = '';
}
else
{А точно именно вот так об ошибке пишет? И только в браузере UCWEB? А дебаг включен?k750 писал(а):functions_display.php on line 8