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
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

Dave Reid - October 30, 2009 - 08:14
Status:active» fixed

Oops. Fixed in CVS. Thanks!

#2

simonb - October 30, 2009 - 08:17

Thank you Dave!!

#3

System Message - November 13, 2009 - 08:20
Status:fixed» closed

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

 
 

Drupal is a registered trademark of Dries Buytaert.