list category in ticket list
Posted: Tue Mar 22, 2011 1:22 pm
Script URL:
Version of script: 2.2
Hosting company:
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution:
Write your message below:
hello,
is possibile add colum with name category in ticket list?
file: inc/ticket_list.inc.php
i add code but view number not name category.... 
Version of script: 2.2
Hosting company:
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution:
Write your message below:
hello,
is possibile add colum with name category in ticket list?
file: inc/ticket_list.inc.php
i add code
Code: Select all
<td class="$color">$ticket[category]</td>
