db_query("delete from variable where name like 'pathauto_%'");
should be
db_query("delete from {variable} where name like 'pathauto_%'");
db_query("delete from variable where name like 'pathauto_%'");
should be
db_query("delete from {variable} where name like 'pathauto_%'");
Comments
Comment #1
gregglesThank you - great catch. I'll commit this next time I'm working on pathauto.
Comment #2
gregglesThis was fixed in http://drupal.org/node/113496
Comment #3
(not verified) commented