|
|
| |
1. html_to_pdf.inc.php Line 156 |
|
Reply |
|
|
 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 |
|
|
 Harish Chauhan | 2006-03-07 03:59:59 - In reply to message 1 from Schnaaf |
| Thanks for it. I have corrected the code. |
|