Script URL:
Version of script: 2.4.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, I upgraded from version 2.2 to version 2.4.2.
I noticed that the home page, in the list of open tickets, the date format displayed next to each ticket has changed.
in the old version was displayed on a given now the number of days and hours.
you can restore the old format?
thanks
old data format
Moderator: mkoch227
Re: old data format
In inc/ticket_list.inc.php change this code
To this one:
Code: Select all
$ticket['lastchange']=hesk_time_since(strtotime($ticket['lastchange']));
Code: Select all
$ticket['lastchange']=hesk_formatDate($ticket['lastchange']);
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