Moved $random so the variable is accessible when it is being called
This commit is contained in:
parent
f50d7182ff
commit
86039a490d
@ -537,6 +537,7 @@ require_once(HESK_PATH . 'inc/show_admin_nav.inc.php');
|
||||
<td colspan="10" style="border-width: 0px"><?php echo $hesklang['created_on'].': '.hesk_date($ticket['dt']); ?> <?php echo $hesklang['last_update'].': '.hesk_date($ticket['lastchange']); ?></td>
|
||||
<td colspan="10" style="border-width: 0px; text-align: right">
|
||||
<?php
|
||||
$random=rand(10000,99999);
|
||||
if ($ticket['status'] != 3)
|
||||
{
|
||||
echo '<a
|
||||
@ -631,8 +632,6 @@ require_once(HESK_PATH . 'inc/show_admin_nav.inc.php');
|
||||
|
||||
echo '<td colspan="'.$hesk_settings['ticketColumnWidth'].'"><p class="ticketPropertyTitle">'.$hesklang['status'].'</p>';
|
||||
|
||||
$random=rand(10000,99999);
|
||||
|
||||
$status_options = array(
|
||||
0 => '<option value="0">'.$hesklang['open'].'</option>',
|
||||
1 => '<option value="1">'.$hesklang['wait_reply'].'</option>',
|
||||
|
Loading…
x
Reference in New Issue
Block a user