mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:05:16 +01:00
skip the empty (NULL) row
This commit is contained in:
parent
791f4ae071
commit
d2adcf972d
@ -1466,7 +1466,7 @@ class so_sql
|
||||
{
|
||||
$data = $row[current($cols)];
|
||||
}
|
||||
$ret[$row[$key_col]] = $data;
|
||||
if ($data) $ret[$row[$key_col]] = $data;
|
||||
}
|
||||
}
|
||||
return $cache[$cache_key] =& $ret;
|
||||
|
Loading…
Reference in New Issue
Block a user