Page 1 of 1

Additional information field on customized changelog page

Posted: 01 Aug 2008, 08:55
by aCCuReRaS
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:

Code: Select all

echo $t_bug->additional_information;
How can I make this work?

Thanks in advance