Removed reference to non-existent variable

This commit is contained in:
Mike Koch 2014-06-09 21:39:34 -04:00
parent 86039a490d
commit 8c1a29d9d0

View File

@ -731,7 +731,7 @@ function print_start()
<div class="form-group">
<br/>
<label for="ticketID"><?php echo $hesklang['ticket_trackID']; ?>:</label>
<input type="text" class="form-control" name="track" id="ticketID" maxlength="20" size="35" value="<?php echo $trackingID; ?>" placeholder="<?php echo $hesklang['ticket_trackID']; ?>">
<input type="text" class="form-control" name="track" id="ticketID" maxlength="20" size="35" value="" placeholder="<?php echo $hesklang['ticket_trackID']; ?>">
</div>
<?php
$tmp = '';