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 #4863

Missing variable initialization

Details

Submitted2005-07-19 18:01 UTC
Frominfo at borki dot ch
Assignedasnagy
StatusClosed
PackageStructures_DataGrid
PHP Version4.3.1
OSRedhat
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