Closed (fixed)
Project:
Comment Upload
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Dec 2008 at 01:48 UTC
Updated:
25 Dec 2008 at 11:01 UTC
line 27 in comment_upload.install has:
db_query("DELETE FROM {variables} WHERE name LIKE 'comment_upload_%'");
I believe it should be variable (without the s), as that is the table name.
geremy
Comments
Comment #1
heine commentedThanks.