MantisBT: adodb 5c568d2e

Author Committer Branch Timestamp Parent
dregad dregad adodb 2014-04-30 14:56 adodb a1a9a1b6
Changeset

db_query_bound() $arr_parms defaults to false instead of null

This is is to align the parameter's type to what ADOdb expects - in
v5.19 the Execute() method was modified to perform a strict type check
on the parameter, causing database errors when it receives 'null' if
there are no parameters to the query being executed.

Fixes 0013713

mod - core/database_api.php Diff File
mod - core/project_hierarchy_api.php Diff File
mod - core/summary_api.php Diff File
mod - core/user_api.php Diff File