Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 0.8.0

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)    
Subscription  
Comments Add Comment Add patch


Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know! Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem : 47 + 11 = ?

 
 [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] nosey (Jesper Veggerby)
This bug has been fixed in CVS. If this was a documentation problem, the fix will appear on pear.php.net by the end of next Sunday (CET). If this was a problem with the pear.php.net website, the change should be live shortly. Otherwise, the fix will appear in the package's next release. Thank you for the report and for helping us make PEAR better.