Skip to content

Commit

Permalink
Fixed syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
francois committed Jun 8, 2010
1 parent 655b9da commit 5a81365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adgear-ad-manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ function adgear_ad($atts) {
/* NOP: we always succeed */
break;

case else:
default:
return "<p style='".adgear_warning_css_properties()."'><strong>WARNING</strong>: AdGear Ad Manager did not understand the &quot;single&quot; option. This parameter accepts one of five values: yes, no, all, home or front; not <strong>$single</strong>.</p>";
}

Expand Down

0 comments on commit 5a81365

Please sign in to comment.