#208 Fix print view

This commit is contained in:
Mike Koch 2015-07-14 22:13:58 -04:00
parent ffabc4e67d
commit 7048ab621b

View File

@ -159,7 +159,7 @@ $random=mt_rand(10000,99999);
// Print ticket head // Print ticket head
echo ' echo '
<h3>'.$ticket[subject].'</h3> <h3>'.$ticket['subject'].'</h3>
<hr/> <hr/>
<table border="1" bordercolor="#FFFFFF" cellspacing="0" cellpadding="2" width="100%"> <table border="1" bordercolor="#FFFFFF" cellspacing="0" cellpadding="2" width="100%">