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

Bug #5782 addRow() created a warning
Submitted: 2005-10-25 20:10 UTC
From: jessup at mrpath dot com Assigned: wiesemann
Status: Closed Package: HTML_Table
PHP Version: 4.4.0 OS: any
Roadmaps: (Not assigned)    
Subscription  


 [2005-10-25 20:10 UTC] jessup at mrpath dot com
Description: ------------ calling addRow() triggers an "Invalid argument supplied for foreach() warning. Test script: --------------- $table = & new HTML_Table(); $new_row_index = $table->addRow(); Expected result: ---------------- nothing, with no warnings. Actual result: -------------- warning is thrown

Comments

 [2005-10-25 20:30 UTC] wiesemann
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. (Also fixed in addCol().)