Removed short tags
This commit is contained in:
parent
caf7050e7f
commit
17c5a138de
|
|
@ -48,7 +48,7 @@
|
|||
</td>
|
||||
|
||||
<td>
|
||||
<?
|
||||
<?php
|
||||
$pdf_created_at = $document['Document']['pdf_created_at'];
|
||||
if($pdf_created_at != '0000-00-00 00:00:00') {
|
||||
echo $time->nice($document['Document']['pdf_created_at']);
|
||||
|
|
@ -58,7 +58,7 @@
|
|||
|
||||
|
||||
<td>
|
||||
<?
|
||||
<?php
|
||||
if($document['Document']['pdf_created_by_user_id']) {
|
||||
$pdf_user_id = $document['Document']['pdf_created_by_user_id'];
|
||||
echo $html->link($users[$pdf_user_id], '/users/view/'.$pdf_user_id);
|
||||
|
|
|
|||
Loading…
Reference in a new issue