Additional information field on customized changelog page

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
aCCuReRaS
Posts: 13
Joined: 17 Jul 2008, 15:25

Additional information field on customized changelog page

Post 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
Post Reply