Download & Extend

Bug in path_redirect_delete_by_path()

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

Status:active» fixed

Oops. Fixed in CVS. Thanks!

#2

Thank you Dave!!

#3

Status:fixed» closed (fixed)

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

nobody click here