Home » HTML » HTML_Page » Bug #110
Type Error in is_null
Details
| Submitted | 2003-10-16 13:48 UTC |
|---|---|
| From | pascalthuet at altern dot org |
| Assigned | thesaur |
| Status | Closed |
| Package | HTML_Page |
| PHP Version | 4.3.3 |
| OS | Linux |
| Roadmaps | (Not assigned) |
Comments
[2003-10-16 13:48 UTC] pascalthuet at altern dot org
Description:
------------
There is a small typo Error at Line 440
if (!isnull($strType['media']))
The correct function name is "is_null" and not "isnull"
[2003-10-16 15:07 UTC] thesaur at php dot net
This bug has been fixed in CVS.
In case this was a documentation problem, the fix will show up at the
end of next Sunday (CET) on pear.php.net.
In case this was a pear.php.net website problem, the change will show
up on the website in short time.
Thank you for the report, and for helping us make PEAR better.
Thanks for catching that! I'll write some unit tests to ensure that doesn't happen again.