Quote:
Originally Posted by BaHyXuH
What to d0 please tell me :?
Parse error: syntax error, unexpected T_DOUBLE_ARROW in /home/vhosts/soccer-union.com/httpdocs/postings.php on line 52
|
Ensure your code around line 52 looks like this:
PHP Code:
// pre-cache templates used by specific actions
$actiontemplates = array(
'editthread' => array(
'threadadmin_editthread',
'threadadmin_logbit',
'posticonbit',
'posticons'
),
'deleteposts' => array('threadadmin_deleteposts'),
'deletethread' => array('threadadmin_deletethread'),
'managepost' => array('threadadmin_managepost'),
'mergethread' => array('threadadmin_mergethread'),
'movethread' => array('threadadmin_movethread'),
'copythread' => array('threadadmin_movethread'),
// start code 'ban from thread'
'banuserthread' => array('threadadmin_banuserthread'),
'liftbanthread' => array('threadadmin_liftbanthread'),
'banthreadinfo' => array('threadadmin_banthreadinfo'),
// end code 'ban from thread'
);
I would have included the modified php files but was not sure if it is legal to include them with these mods.