There's an error in RC1 that prevents superslots from displaying correctly.

Line 26 of google_admanager.module reads:

$block['content'] .= google_admanager_display_ad($ad_slot));

but should be:

$block['content'] .= google_admanager_display_ad(md5(trim($ad_slot)));

Comments

jcisio’s picture

Status: Active » Fixed

Yes, that's it. Thanks.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.