MantisBT: master 066f4bc8

Author Committer Branch Timestamp Parent
dregad dregad master 2021-01-17 03:51 master 7ebc4c3c
Affected Issues  0027113: Error in bug_api.php when UPDATEing a bug
Changeset

DbQuery: push/pop param count before execution

This is for backwards compatibility with legacy code still relying on
DB API functions. Without this, parameter count gets reset after query
execution, which causes issues on PostgreSQL.

Fixes 0027113

mod - core/classes/DbQuery.class.php Diff File