| Bug #7572 | addPoint function in Image_Graph_Dataset_Sequential doesn't use parameter |
| Submitted: |
2006年05月07日 18:32 UTC |
| From: |
erik at myemma dot com |
Assigned: |
nosey |
| Status: |
Closed |
Package: |
Image_Graph (version 0.7.2) |
| PHP Version: |
4.3.10 |
OS: |
| Roadmaps: |
(Not assigned) |
[2006年05月07日 18:32 UTC] erik at myemma dot com
(Erik Jones)
Description:
------------
The function Image_Graph_Dataset::addPoint does not use its ID parameter when it calls the parent class function:
function addPoint($y, $ID = false)
{
parent::addPoint($this->count(), $y);
}
should be:
function addPoint($y, $ID = false)
{
parent::addPoint($this->count(), $y, $ID);
}
Comments
[2006年05月14日 08:22 UTC] User who submitted this comment has not confirmed identityIf you submitted this note, check your email.If you do not have a message, click here to re-send
MANUAL CONFIRMATION IS NOT POSSIBLE. Write a message to pear-dev@lists.php.net
to request the confirmation link. All bugs/comments/patches associated with this
email address will be deleted within 48 hours if the account request is not confirmed!