basically, it doesn't change when I make a reply...
here is the structure of the "lastchange" field in the database. I have modified hesk to keep status of "in progress" upon reply if that helps.

and the change I made in admin_reply_ticket.php to keep the status of in progress.
Code: Select all
/* Update the original ticket */
$new_status = empty($_POST['close']) ? 4 : 3;