Update ticket
This commit is contained in:
parent
0c3aee0bcc
commit
6ee6fcaaab
@ -1,7 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
* Title: Help Desk Software HESK
|
* Title: Help Desk Software HESK
|
||||||
* Version: 2.6.7 from 18th April 2016
|
* Version: 2.6.8 from 10th August 2016
|
||||||
* Author: Klemen Stirn
|
* Author: Klemen Stirn
|
||||||
* Website: http://www.hesk.com
|
* Website: http://www.hesk.com
|
||||||
********************************************************************************
|
********************************************************************************
|
||||||
@ -79,7 +79,7 @@ if ( isset($_GET['track']) || isset($_GET['e']) || isset($_GET['f']) || isset($_
|
|||||||
$is_form = hesk_SESSION('t_form');
|
$is_form = hesk_SESSION('t_form');
|
||||||
|
|
||||||
/* Get the tracking ID */
|
/* Get the tracking ID */
|
||||||
$trackingID = hesk_SESSION('t_track');
|
$trackingID = hesk_cleanID('', hesk_SESSION('t_track'));
|
||||||
|
|
||||||
/* Email required to view ticket? */
|
/* Email required to view ticket? */
|
||||||
$my_email = hesk_getCustomerEmail(1, 't_email');
|
$my_email = hesk_getCustomerEmail(1, 't_email');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user