db_query("delete from variable where name like 'pathauto_%'");

should be

db_query("delete from {variable} where name like 'pathauto_%'");

Comments

greggles’s picture

Thank you - great catch. I'll commit this next time I'm working on pathauto.

greggles’s picture

Status: Active » Fixed
Anonymous’s picture

Status: Fixed » Closed (fixed)