MantisBT: master 25110fd3

Author Committer Branch Timestamp Parent
dregad dregad master 2019-09-13 13:11 master 393bca8e
Affected Issues  0026109: check_pgsql_bool_columns: check wrongly suggests that the redirect_delay should be in boolean format
Changeset

Convert redirect_delay column back to integer

Follow-up fix for user_pref.redirect_delay, which was incorrectly
set to boolean in check_pgsql_bool_columns() before MantisBT 2.23.0,
so we need to check its type and convert it back to integer if needed.

Fixes 0026109

mod - admin/install.php Diff File
mod - core/install_helper_functions_api.php Diff File