[Vtigercrm-commits] [vtiger-commits] r9041 - /vtigercrm/trunk/modules/Reports/CreatePDF.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Fri Aug 18 16:37:09 EDT 2006


Author: richie
Date: Fri Aug 18 14:37:02 2006
New Revision: 9041

Log:
Issue in Reports PDF has been fixed --Jeri

Modified:
    vtigercrm/trunk/modules/Reports/CreatePDF.php

Modified: vtigercrm/trunk/modules/Reports/CreatePDF.php
==============================================================================
--- vtigercrm/trunk/modules/Reports/CreatePDF.php (original)
+++ vtigercrm/trunk/modules/Reports/CreatePDF.php Fri Aug 18 14:37:02 2006
@@ -398,5 +398,5 @@
 
 $pdf->WriteHTML($html);
 $pdf->Output('Reports.pdf','D');
-
+exit();
 ?>





More information about the vtigercrm-commits mailing list