MantisBT: master afb20d31

Author Committer Branch Timestamp Parent
Damien Regad Damien Regad master 2012-06-20 09:27 master 43c99ae0
Changeset

Fix install_category_migrate() function for PostgreSQL

With PostgreSQL, the function was throwing a warning due calling
db_query_bound() with mismatched number of parameters to the query.

It was not an issue for other DB's where the parameters are not
positional.

mod - core/install_helper_functions_api.php Diff File