Custom functions doesn't work
Posted: 03 Dec 2011, 21:01
Hi all,
I want to use custom function for dynamic enums. I've tried the example, but it doesn't work. Is there some switch to enable these functions? In custom_functions_inc.php - I've this source code:
but when I add new bug - there is still categories defined in project?
Thank for any advice
MiSu
I want to use custom function for dynamic enums. I've tried the example, but it doesn't work. Is there some switch to enable these functions? In custom_functions_inc.php - I've this source code:
Code: Select all
<?php
function custom_function_override_enum_categories() {
$t_possible_values = "A|B";
return $t_possible_values;
}
?>
Thank for any advice
MiSu