mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-26 12:51:52 +02:00
fixed old method-name
This commit is contained in:
parent
0037fe4b1c
commit
a4e33c20c1
@ -510,7 +510,7 @@ class bocontacts extends socontacts
|
|||||||
$org[$name] = $value;
|
$org[$name] = $value;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
echo $org_id; _debug_array($org);
|
//echo $org_id; _debug_array($org);
|
||||||
|
|
||||||
return $org;
|
return $org;
|
||||||
}
|
}
|
||||||
@ -647,7 +647,7 @@ class bocontacts extends socontacts
|
|||||||
$criteria[$col] = $pattern;
|
$criteria[$col] = $pattern;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
foreach((array) $this->regular_search($criteria,false,'org_name,n_family,n_given','','%',false,'OR') as $contact)
|
foreach((array) parent::search($criteria,false,'org_name,n_family,n_given','','%',false,'OR') as $contact)
|
||||||
{
|
{
|
||||||
$result[$contact['id']] = $this->link_title($contact);
|
$result[$contact['id']] = $this->link_title($contact);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user