Posted by simonb on October 30, 2009 at 8:06am
Jump to:
| Project: | Path redirect |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
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
#1
Oops. Fixed in CVS. Thanks!
#2
Thank you Dave!!
#3
Automatically closed -- issue fixed for 2 weeks with no activity.