Oh god short tages everywehre

This commit is contained in:
Karl Cordes 2015-06-07 16:20:51 +10:00
parent d07685cdc9
commit 5936375271

View file

@ -157,7 +157,7 @@ echo $paginator->counter(array(
<?php echo $enquiry['Status']['name']; ?>
</div>
</td>
<td class="comments"><?
<td class="comments"><?php
if (strlen($enquiry['Enquiry']['comments']) > 150) {
echo substr($enquiry['Enquiry']['comments'], 0, 150);
echo $html->link('.....', array('controller' => 'enquiries', 'action' => 'view', $enquiry['Enquiry']['id']));