webPragmatist, I have added all you code, but I have a problem, in the fiel assigned, even when the ticket is assigned to someone it stills showing "Not assigned" how can i fix it.
Follow the tickets.inc.php part that I believe is realted to it.
class="Icon <?=$flag?>Ticket" title="<?=ucfirst($flag)?> Ticket" <?}?>
href="tickets.php?id=<?=$row?>"><?=$subject?>
<?=$row?" ":''?>
<?=Format:($row,30)?>
Addition by webPragmatist
<?=($row) ? $row : 'Not assigned';?>
End addition by webPragmatist
;"><?=$row?>
<?=Format:($row,22,strpos($row,'@'))?>