PHP Classes

html_to_pdf.inc.php Line 156

Recommend this page to a friend!

      HTML to PDF  >  All threads  >  html_to_pdf.inc.php Line 156  >  (Un) Subscribe thread alerts  
Subject:html_to_pdf.inc.php Line 156
Summary:if($fp) should be if(!$fp) in my opinion
Messages:2
Author:Schnaaf
Date:2006-03-06 15:51:24
Update:2006-03-07 03:59:59
 

  1. html_to_pdf.inc.php Line 156   Reply   Report abuse  
Picture of Schnaaf Schnaaf - 2006-03-06 15:51:24
line 156 of html_to_pdf.inc.php states:
if($fp)

I think this should be:
if(!$fp)

  2. Re: html_to_pdf.inc.php Line 156   Reply   Report abuse  
Picture of Harish Chauhan Harish Chauhan - 2006-03-07 03:59:59 - In reply to message 1 from Schnaaf
Thanks for it. I have corrected the code.