In these lines, size values aren't get by variables, but are hardcoded.

auctionads_ad_campaign = "";
auctionads_ad_width = "468";
auctionads_ad_height = "60";
auctionads_ad_kw = "$ad_kw";

Strange bug huh? :)

Comments

recruiterjoe’s picture

Replace the hard coding of the width and height with $width and $height which are defined ~ line 209...

psicomante’s picture

Yes i did for my site. But why not to commit a patch?

psicomante’s picture

Sorry, i didn't want to be annoying. My question is if why leave a module not configurable?

yaph’s picture

Assigned: Unassigned » yaph
Status: Active » Closed (fixed)

I Fixed this bug replacing the hard coded values for width and height with the correct variables. Thanks for your report.