Closed (fixed)
Project:
AuctionAds Integration
Version:
5.x-2.0
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
17 May 2007 at 20:20 UTC
Updated:
19 May 2007 at 07:52 UTC
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.