Closed (fixed)
Project:
Pathauto
Version:
5.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Jan 2007 at 03:43 UTC
Updated:
3 Apr 2007 at 04:30 UTC
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