"fixes a weird problem with php5.1, does NOT happen with php5.2:

if cf's were used, the rows above loose their link"
This commit is contained in:
Ralf Becker 2008-10-21 09:08:37 +00:00
parent a749233461
commit cfef135914

View File

@ -448,6 +448,7 @@ class filemanager_ui
{
foreach($path2props as $path => $props)
{
unset($row); // fixes a weird problem with php5.1, does NOT happen with php5.2
$row =& $rows[$path2n[$path]];
foreach($props as $prop)
{