View Single Post
  #42  
Old 18th October 2009, 21:15
C2DaJ C2DaJ is offline
Senior Member
 
Join Date: Jan 2009
United Kingdom
Posts: 34
Default
Quote:
Originally Posted by Marco View Post
when i editing a torrent i have the following error : Parse error: syntax error, unexpected '{', expecting ']' in /xxxxxxxx/xxxxx/xxxxxx-xxxx/xxxxx.xxxx.xx/takeedit.php on line 433
Code:
unset ($dict['value'][nodes]);
this is the line.

Thanks
Try replacing it with this --

PHP Code:
unset ($dict['value']['nodes']); 
Reply With Quote