Closed (fixed)
Project:
Path redirect
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Oct 2009 at 08:06 UTC
Updated:
13 Nov 2009 at 08:20 UTC
Hi!
I think the following line in the function path_redirect_delete_by_path():
db_query_range("DELETE FROM {path_redirect} WHERE path = '%s'", $path, $language);
should be:
db_query("DELETE FROM {path_redirect} WHERE path = '%s'", $path);
Comments
Comment #1
dave reidOops. Fixed in CVS. Thanks!
Comment #2
simonb commentedThank you Dave!!