Quote Originally Posted by greydawgjr View Post
I think you need all of this:
PHP Code:
UNINSTALLATION
SET 
@t4=0;
SELECT (@t4:=configuration_group_id) as t4 
FROM configuration_group
WHERE configuration_group_title
'Fual Slimbox';
DELETE FROM configuration WHERE configuration_group_id = @t4;
DELETE FROM configuration_group WHERE configuration_group_id = @t4;

DROP TABLE products_attributes_images;

SET @t4=0;
SELECT (@t4:=configuration_group_id) as t4 
FROM configuration_group
WHERE configuration_group_title
'AJAX Image Swapper';
DELETE FROM configuration WHERE configuration_group_id = @t4;
DELETE FROM configuration_group WHERE configuration_group_id = @t4
Those double dashes are commented out lines, I uncommented them in the code above...
Do I just copy and paste the above into "install sql patches" to delete this? I don't quite understand your double dashes comment?.