Download & Extend

db_delete handling of where_string and where_values

Project:Helpers
Version:5.x-1.1
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:active

Issue Summary

The current return db_query($sql, array_merge($where_string, $where_values)); is not working well.

I suggest replacing it with

return db_query($sql, $where_values);