mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-26 21:01:30 +02:00
bocontacts --> addressbook_bo
This commit is contained in:
parent
6d37a25089
commit
459461347e
@ -151,7 +151,7 @@ class notifications_sms implements notifications_iface {
|
|||||||
setlocale(LC_CTYPE, $old_locale);
|
setlocale(LC_CTYPE, $old_locale);
|
||||||
//error_log("Restored old LC_CTYPE locale: ".setlocale(LC_CTYPE, '0'));
|
//error_log("Restored old LC_CTYPE locale: ".setlocale(LC_CTYPE, '0'));
|
||||||
|
|
||||||
$addressbook =& CreateObject('addressbook.bocontacts');
|
$addressbook = new addressbook_bo();
|
||||||
$contact = $addressbook->read('account:'.$account_id);
|
$contact = $addressbook->read('account:'.$account_id);
|
||||||
$cell = $contact['tel_cell'];
|
$cell = $contact['tel_cell'];
|
||||||
// remove all characters that are non-digit and not a plus sign:
|
// remove all characters that are non-digit and not a plus sign:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user