mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-27 00:58:55 +01:00
"removed unused code reported by Oliver Welter on the user list"
This commit is contained in:
parent
c03db413c3
commit
3bbc80948f
@ -594,9 +594,6 @@ class socontacts
|
||||
|
||||
if (!$rows) return array();
|
||||
|
||||
list(,$by) = explode(',',$param['org_view']);
|
||||
if (!$by) $by = 'adr_one_locality';
|
||||
|
||||
foreach($rows as $n => $row)
|
||||
{
|
||||
$rows[$n]['id'] = 'org_name:'.$row['org_name'];
|
||||
|
Loading…
Reference in New Issue
Block a user