Usually when you get something like that, the actual problem is on the line about that. Most often because something is not teminated ";" or because you have incorrectly closed parentheses, i.e, if (!empty($something)
It would help us if you could show the code around line 204.