[help request] possible code missinterpretation by Yii

I have a code problem. I get the “unexpected semicollon” error at the line 101… it wouldn’t be anything strange if there weren’t any semicollons in this line and before. I attach the code and request for help. Thanks.

Seems like you missing one more ‘)’, try to change line 101 to “));”

thanks seb… I didn’t noticed this one ;)

And one more thing… it’s not Yii that is interpreting your code… it’s the PHP ;)

thanks… I’m bit stressed latelly and it don’t help much on clear thinking ;)