"removed unused code reported by Oliver Welter on the user list"

This commit is contained in:
Ralf Becker 2007-11-24 16:13:57 +00:00
parent c03db413c3
commit 3bbc80948f

View File

@ -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'];