MantisBT: master ac3f577f

Author Committer Branch Timestamp Parent
dregad dregad master 2016-01-14 02:07 master 6500f9ac
Affected Issues  0020513: Double fetch of same database column
Changeset

Do not fetch column twice in the same query

Doing so with mssqlnative driver triggers a PHP NOTICE in ADOdb library,
likely due to the use of associative fetch mode.

Fixes 0020513

mod - core/custom_field_api.php Diff File