fixed old method-name

This commit is contained in:
Ralf Becker 2006-05-04 07:37:15 +00:00
parent 0037fe4b1c
commit a4e33c20c1

View File

@ -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);
} }