MantisBT: master 8b4f6074

Author Committer Branch Timestamp Parent
grangeway grangeway master 2010-08-15 18:21 master f15d1bfa
Changeset

This block of code, is currently pointless:

helper_get_columns_to_view calls the get_columns_to_view custom function.
This gets the default columns, then calls columns_remove_invalid on the set of columns returned by columns_get_all - aka column_get_standard + custom fields/plugins.
columns_get_standard reflects the bugdata object, and removes columns based on the currently enabled config options for the project. Therefore, before this code gets hit, the 'category' column will have been deleted.

mod - core/helper_api.php Diff File