New install and error with advanced search

Installed the new version 1.5.2 (clean install) and everything is working fine, except when i try to use advanced search.

I get this error:
Parse error: syntax error, unexpected '@' in /mywebsite.com/application/views/scripts/items/advanced-search.php on line 152

Havent had any problems before with other versions (last one was 1.5) and if the answer isnt obviously, then ill just make another install and see if it works..

Thanks

That looks like a bug that crept into the 1.5.2 release somehow. Sorry for the annoyance.

As you can see here, the solution is simple, just add a comma to the end of lines 151 and 162 of that file (application/views/scripts/items/advanced-search.php).

This should be more officially fixed in short order, but adding those commas will get you up and working immediately.

Thanks.. it seems to work now with the changes.