In trying to implement this code:
""";
if($p.journal.default_pic!="void"){"""[td align="center"]$p.journal.default_pic[/td]""";}
if($p.journal.default_pic=="void"){"""[td align="center"][img src="http://img53.photobucket.com/albums/v162/KoochiZibble/LJ_backgrounds/LJNoIcon.gif"][/td]""";}
"""
I get the following error:
The types of the left and right hand side of equality test expression don't match.
What does that mean, and how do I solve the problem?