Home » Structures » Structures_DataGrid » Bug #3097
typo in HTMLTable renderer
Details
| Submitted | 2005-01-04 19:47 UTC |
|---|---|
| From | matte at silent-e dot com |
| Assigned | asnagy |
| Status | Closed |
| Package | Structures_DataGrid |
| PHP Version | Irrelevant |
| OS | N/A |
| Roadmaps | (Not assigned) |
Comments
[2005-01-04 19:47 UTC] matte at silent-e dot com
Description:
------------
There is a typo in Renderer/HTMLTable.php (v1.35) at line 193. It references $this->table when it should be $this->_table.
All other references to $this->_table are correct.
Reproduce code:
---------------
n/a
Expected result:
----------------
n/a
Actual result:
--------------
n/a
[2005-01-05 19:26 UTC] asnagy at webitecture dot org
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.