MantisBT: master aa566633

Author Committer Branch Timestamp Parent
Paul Richards Paul Richards master 2014-08-11 08:17 master 2684e947
Changeset

Update db_get_table() calls for table 'tokens'

Commit ac49ad898958dd72f36fddee72b4b92ef6039d1b 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 'tokens' table only,
for ease of review, and syncing until merged.

mod - core/install_helper_functions_api.php Diff File
mod - core/tokens_api.php Diff File