Home » HTML » HTML_Table_Matrix » Bug #3381
Matrix.php generates Notices
Details
| Submitted | 2005-02-04 20:59 UTC |
|---|---|
| From | cmoehrke at netviser dot de |
| Assigned | ieure |
| Status | Closed |
| Package | HTML_Table_Matrix |
| PHP Version | 5.0.3 |
| OS | linux |
| Roadmaps | (Not assigned) |
Comments
[2005-02-04 20:59 UTC] cmoehrke at netviser dot de
Description:
------------
As $index is not initialized before usage Matrix.php generates Notices in Lines 241 and 243.
Fix:
====
Add
$index=0;
before Line 239
Reproduce code:
---------------
Use the Example and use error_reporting(E_ALL)
Expected result:
----------------
.
Actual result:
--------------
.