Hi,
I'm trying to get the Assign to me mod working with Sudo Bash Assigned to column mod.
Atm it works, but only when displaying the firstname. When I add the lastname it returns: Parse error: syntax error, unexpected T_VARIABLE, expecting ',' or ';'
This is the code:
<? if($row && $row!="") echo $row $row;
else {
echo '<a href="tickets.php?id='.$row.'&action=assign&staff_id='.$thisuser->getId().'&assign_message='.$thisuser->getUsername().'">Claim Ticket</a>'; } ?>