MantisBT: master-1.2.x 5e9b8342

Author Committer Branch Timestamp Parent
dregad dregad master-1.2.x 2011-10-20 07:16 master-1.2.x dbbd3cfe
Affected Issues  0013435: The obsolete checks should also verify configs in the db
Changeset

Perform obsolete check against db config also

Previously the check for usage of obsolete configuration variables was
only performed against global variables (defined in config_inc.php).
With this change, a more thorough verification is done, including
values with an override in mantis_config_table.

Detailed information about where the config option is used is printed
with the warning message.

Fixes 0013435

mod - admin/check.php Diff File
mod - core/config_api.php Diff File