PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » Structures » Structures_DataGrid » Bug #3097

typo in HTMLTable renderer

Details

Submitted2005-01-04 19:47 UTC
Frommatte at silent-e dot com
Assignedasnagy
StatusClosed
PackageStructures_DataGrid
PHP VersionIrrelevant
OSN/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.