PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » HTML » HTML_Page » Bug #110

Type Error in is_null

Details

Submitted2003-10-16 13:48 UTC
Frompascalthuet at altern dot org
Assignedthesaur
StatusClosed
PackageHTML_Page
PHP Version4.3.3
OSLinux
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.