Suppose I wanted to change the above mentioned file to limit the ticket list to tickets that are NOT status 5, Under no circumstance do I want tickets with this status to show on the ticket list.
how would I got about doing that?
print_tickets.inc.php
Moderator: mkoch227
Re: print_tickets.inc.php
Just above you can try adding something like
Code: Select all
/* Prepare variables used in search and forms */
Code: Select all
$sql .= " AND `status` != '5' ";
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
You should follow me on Twitter here
Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools


Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools