MantisBT: master 581204b1

Author Committer Branch Timestamp Parent
Paul Richards Paul Richards master 2014-08-09 11:13 master 4fffdfc5
Changeset

Following merge of 0000216 - update calls to db_get_table().

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

This Pull request deals with calls for the 'project_hierarchy' table only,
for ease of review, and syncing until merged.

mod - core/install_helper_functions_api.php Diff File
mod - core/project_hierarchy_api.php Diff File
mod - core/user_api.php Diff File