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
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.