MantisBT: master-1.2.x 840b55f0

Author Committer Branch Timestamp Parent
dregad dregad master-1.2.x 2013-03-14 02:47 master-1.2.x a1ea1766
Affected Issues  0015691: Config report: retrieval of saved project filter from cookie does not work
Changeset

Config report: retrieval of saved project filter does not work

When retrieving a saved filter from the cookie in adm_config_report.php
the saved project id is not reflected in the filter's selection list:
'All Projects' is always selected instead of the actual project. This
value should only be picked as default when the project id does not
exist.

This is due to a missing negation in the check for project's existence.

Fixes 0015691

mod - adm_config_report.php Diff File