MantisBT: master 566b5363

Author Committer Branch Timestamp Parent
dregad dregad master 2013-09-06 15:01 master 12ed69e8
Affected Issues  0013446: Add tags support to soap api
 0016340: Error 401 for Manage Tags
Changeset

Fix usage of tag_get_all for DBs not using Assoc fetch mode

This is a regression caused by implementation of issue 0013446 (see
commit be3dde781523d4ecf11664eff0e6ec050993e044), which used a foreach
to iterate throught the ADOdb recordset returned by tag_get_all(),
instead of using MantisBT's db_fetch_array() function which takes care
of row association for DBs not supporting it natively.

Fixes 0016340

mod - api/soap/mc_tag_api.php Diff File
mod - core/tag_api.php Diff File
mod - manage_tags_page.php Diff File