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

dave reid’s picture

Status: Active » Fixed

Oops. Fixed in CVS. Thanks!

simonb’s picture

Thank you Dave!!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.