MantisBT: master 0cc7dde8

Author Committer Branch Timestamp Parent
dhx dhx master 2010-02-25 10:13 master 2191aa1b
Affected Issues  0011481: Confusing combo on View Issue page
Changeset

Fix 0011481: Incorrect arguments for access_has_any_project

Commit 6dc35105064e5a2533fb4e1de54426ea17d2ef36 introduced improved
checking within print_column_selection to determine which actions should
be presented to users as part of the actiongroup support in MantisBT.

However the second argument to access_has_any_project should not be
defined in the way it was, as it is refers to the user ID not the
project ID. We don't need to specify this argument anyway, so it is
removed in this patch.

mod - core/columns_api.php Diff File