Using the following method;
print ad(NULL, 1, array('nids' => '14532'));
I could not get nid or nids to display unless I changed adserve.inc file line 45
FROM
$filter = adserve_build_filter($nids, 'n.nid');
TO
$filter = adserve_build_filter($nids, 'a.aid');
Is this an issue?
Comments
Comment #1
jeremy commentedYes, this is already fixed in the latest development snapshot.
Comment #2
(not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.