MantisBT: master-1.2.x f812d51c

Author Committer Branch Timestamp Parent
dhx dhx master-1.2.x 2010-02-18 10:01 master-1.2.x 7eada4f2
Affected Issues  0011263: return_dynamic_filters.php produces non-standard error messages
Changeset

Fix 0011263: Incorrect variable naming in return_dynamic_filters

Commit ce2c32727936bb65405878c4f0ae3967cd340500 refactored
return_dynamic_filters.php

There was an error in that refactoring where a variable name wasn't
properly renamed ($filter to $t_filter_target).

Additionally, this commit renames $t_filter_target to $f_filter_target
in accordance with the coding standards. $f_filter_target is form data
supplied by the user.

mod - return_dynamic_filters.php Diff File