MantisBT: master 30c28e3d

Author Committer Branch Timestamp Parent
dregad dregad master 2013-10-14 09:58 master 15d0526a
Affected Issues  0016482: Broken bugnote API following removal of legacy db_prepare_int calls
Changeset

Bugnote api: db_prepare_int() and db_query()

  • Removed occurences of unused or uses of undefined c_XXX variables
  • Removed one call to db_prepare_int()
  • Replaced inline query parameters by bound ones, and calls to
    db_query() by db_query_bound()

Fixes 0016482

mod - core/bugnote_api.php Diff File