MantisBT: master c7a47d31

Author Committer Branch Timestamp Parent
dregad dregad master 2016-01-30 23:49 master a3e52aab
Affected Issues  0020547: Attachments can't be uploaded after upgrade from 1.2 with MySQL in STRICT_ALL_TABLES sql_mode
Changeset

Fix file attachment for PostgreSQL

Use of an associative array causes issues with pgsql as it expects a
0-based numeric array for the query parameters.

Issue 0020547

mod - api/soap/mc_file_api.php Diff File
mod - core/file_api.php Diff File