Needs review
Project:
Switchtheme
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Jan 2014 at 12:49 UTC
Updated:
22 May 2014 at 22:06 UTC
Jump to comment: Most recent
Trying to uninstall:
Fatal error: Call to undefined function db_delete() in .../sites/all/modules/switchtheme/switchtheme.install on line 12
in switchtheme.inc:
function switchtheme_uninstall() {
- db_delete('variable')
- ->condition('name', 'switchtheme_%', 'LIKE')
- ->execute();
+ db_query("DELETE FROM {variable} WHERE name LIKE 'switchtheme_%'");
}
Comments
Comment #1
klonosComment #2
uno commentedThanks, finally uninstalled it in D6.