[Vtigercrm-commits] [vtiger-commits] r9842 - /customerportal/trunk/Tickets/TicketsList.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Wed Nov 15 03:32:29 EST 2006
Author: richie
Date: Wed Nov 15 01:32:25 2006
New Revision: 9842
Log:
* Removed the extra table close tag
Modified:
customerportal/trunk/Tickets/TicketsList.php
Modified: customerportal/trunk/Tickets/TicketsList.php
==============================================================================
--- customerportal/trunk/Tickets/TicketsList.php (original)
+++ customerportal/trunk/Tickets/TicketsList.php Wed Nov 15 01:32:25 2006
@@ -71,7 +71,7 @@
if($ticketexist == 0)
{
- $list .= '<tr><td> </td></tr><tr><td colspan="7" class="pageTitle">No Tickets available in this status.</td></tr></table>';
+ $list .= '<tr><td> </td></tr><tr><td colspan="7" class="pageTitle">No Tickets available in this status.</td></tr>';
}
$list .= '</table>';
More information about the vtigercrm-commits
mailing list