Additional information field on customized changelog page
Posted: 01 Aug 2008, 08:55
Hello,
I'm customizing the changelog page via de custom_functions_inc.php and I want to add the addtional_information column.
But it doesnt work when I add it like this:
How can I make this work?
Thanks in advance
I'm customizing the changelog page via de custom_functions_inc.php and I want to add the addtional_information column.
But it doesnt work when I add it like this:
Code: Select all
echo $t_bug->additional_information;Thanks in advance