File imagecache.install line 132:

      db_query("DELETE FROM {sequences} WHERE name = '{imagecache_action}_presetid'");

Should be:

      db_query("DELETE FROM {sequences} WHERE name = '{imagecache_preset}_presetid'");

The same bug in 5.x-1.6
Thanks

Comments

fizk’s picture

Status: Active » Closed (won't fix)