This line:
db_query("INSERT INTO ad_groups (gid,name, description) VALUES(1, 'default', 'All new advertisements will be added to this default group until you create your own custom advertisement groups.')");
should be
db_query("INSERT INTO {ad_groups} (gid,name, description) VALUES(1, 'default', 'All new advertisements will be added to this default group until you create your own custom advertisement groups.')");
Comments
Comment #1
jeremy commentedThanks for catching that. Fixed in the 4.7.x and 5.x development trees.
Comment #2
(not verified) commented