MantisBT: master-2.0.x e546d5bb

Author Committer Branch Timestamp Parent
David Hicks David Hicks master-2.0.x 2011-04-19 00:46 master-2.0.x d8a27b71
Changeset

custom_field_api: use db_query_bound instead of db_query

db_query() was deprecated a long time ago and has now been removed from
the API. custom_field_api was still using the old db_query() function.

This commit does not attempt to properly setup bounded queries for the
old db_query() calls. This will happen at a later stage once the new
Database API is finished.

mod - core/custom_field_api.php Diff File