Active
Project:
DFP Small Business (Google Ad Manager)
Version:
6.x-3.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Apr 2013 at 09:44 UTC
Updated:
10 Dec 2013 at 22:38 UTC
Jump to comment: Most recent
Comments
Comment #1
robinmofo commentedI've also found that Superslots are attempting to get rendered without the md5 hash... so my local version checks for that.. once I'm finished I'll try and get a patch attached.
Comment #2
udijw commentedI wonder if we can replace the call on line 332 with
$r = google_admanager_display_ad($ad_slot);
it seems that all other calls to theme_google_admanager_block() in 6.x-2.x were replaced with google_admanager_display_ad()
Does it make any sense?
Comment #3
jcisio commentedComment #4
jcisio commentedFixed #2. But leave this issue open because of #1 that I don't have time to check.