Call to undefined function print_column_title_platform()
Posted: 19 May 2005, 15:07
I am working with Mantis 1.0.0a2 and I just followed the instructions posted in the Customization topic "Select What Columns to View"
http://forums.mantisbt.org/viewtopic.ph ... tform#1018
I would like to add a column for os and platform (trying one at a time) I created the override file and added the line $t_columns[] = 'platform';
But now I get the following error and the column is not shown:
Fatal Error: Call to undefined function print_column_title_platform() in /usr/local/apache/htdocs/mantis10test/core/custom_function_api.php on line 205.
Any suggestions?
http://forums.mantisbt.org/viewtopic.ph ... tform#1018
I would like to add a column for os and platform (trying one at a time) I created the override file and added the line $t_columns[] = 'platform';
But now I get the following error and the column is not shown:
Fatal Error: Call to undefined function print_column_title_platform() in /usr/local/apache/htdocs/mantis10test/core/custom_function_api.php on line 205.
Any suggestions?