Bug in path_redirect_delete_by_path()
simonb - October 30, 2009 - 08:06
| Project: | Path redirect |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
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);

#1
Oops. Fixed in CVS. Thanks!
#2
Thank you Dave!!
#3
Automatically closed -- issue fixed for 2 weeks with no activity.