Home » Structures » Structures_DataGrid » Bug #4863
Missing variable initialization
Details
| Submitted | 2005-07-19 18:01 UTC |
|---|---|
| From | info at borki dot ch |
| Assigned | asnagy |
| Status | Closed |
| Package | Structures_DataGrid |
| PHP Version | 4.3.1 |
| OS | Redhat |
| Roadmaps | (Not assigned) |
Comments
[2005-07-19 18:01 UTC] info at borki dot ch
Description:
------------
Structures/DataGrid/Renderer/CSV.php
-> diff
116a117
> $csv = '';
init the variable, so that php does not complain with notices...
Reproduce code:
---------------
n/a
Expected result:
----------------
n/a
Actual result:
--------------
n/a