MantisBT: master cd4ef16c

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

Fix 0011263: Incorrect variable naming in return_dynamic_filters

Commit f92e62ecfd9a6cb25a527eb1418fdf4c6553ae43 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