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? :)
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
Comment #1
recruiterjoe commentedReplace the hard coding of the width and height with $width and $height which are defined ~ line 209...
Comment #2
psicomante commentedYes i did for my site. But why not to commit a patch?
Comment #3
psicomante commentedSorry, i didn't want to be annoying. My question is if why leave a module not configurable?
Comment #4
yaph commentedI Fixed this bug replacing the hard coded values for width and height with the correct variables. Thanks for your report.