Home » Images » Image_Graph » Bug #5504
PHP Notice: Undefined index: tohtml
Details
| Submitted | 2005-09-23 17:45 UTC |
|---|---|
| From | xulchris at gmail dot com |
| Assigned | nosey |
| Status | Closed |
| Package | Image_Graph |
| PHP Version | 5.0.4 |
| OS | l00nix |
| Roadmaps | (Not assigned) |
Comments
[2005-09-23 17:45 UTC] xulchris at gmail dot com
Description:
------------
PHP Notice: Undefined index: tohtml in /usr/share/pear/Image/Graph.php on line 828
These notices should not be showing up in my error_log.
Test script:
---------------
$Graph->done(array('filename' => $image_filename));
Expected result:
----------------
No spamming of error_log because you forgot to use isset()
Actual result:
--------------
spamming of error_log because you forgot to use isset()