MantisBT: master 3e92ed75

Author Committer Branch Timestamp Parent
Paul Richards Paul Richards master 2014-09-02 11:20 master b015983b
Changeset

Update db_get_table() calls for remaining tables

Commit ac49ad8 adds support for the new
table name syntax,allowing us to replace db_get_table calls within queries.

Calls to db_get_table that are used by other database function,
i.e. db_insert_id, db_field_exists are deliberately left unchanged at this
stage.

This is aimed at breaking down the future DB API changes into manageable
chunks, and to aid the review process after 1.3 for 2.0.
mod - admin/install.php Diff File
mod - admin/move_attachments.php Diff File
mod - core/bug_api.php Diff File
mod - core/bug_revision_api.php Diff File
mod - core/bugnote_api.php Diff File
mod - core/category_api.php Diff File
mod - core/config_api.php Diff File
mod - core/custom_field_api.php Diff File
mod - core/filter_api.php Diff File
mod - core/profile_api.php Diff File
mod - core/project_api.php Diff File
mod - core/sponsorship_api.php Diff File
mod - core/summary_api.php Diff File
mod - core/tag_api.php Diff File
mod - core/user_api.php Diff File
mod - core/version_api.php Diff File
mod - manage_user_page.php Diff File
mod - plugins/MantisGraph/core/graph_api.php Diff File