@@ -19,4 +19,6 @@ |
||
19 | 19 | * |
20 | 20 | * @deprecated use Api\Mail |
21 | 21 | */ |
22 | -class mail_bo extends Mail {} |
|
22 | +class mail_bo extends Mail |
|
23 | +{ |
|
24 | +} |
@@ -25,7 +25,7 @@ discard block |
||
25 | 25 | */ |
26 | 26 | function __construct() |
27 | 27 | { |
28 | - $this->arguments = array(); // get's set in get_user_interface |
|
28 | + $this->arguments = array(); // get's set in get_user_interface |
|
29 | 29 | $this->title = lang('Display Contact'); |
30 | 30 | $this->description = lang('This module displays Block from a Adddressbook Group.'); |
31 | 31 | |
@@ -60,7 +60,7 @@ discard block |
||
60 | 60 | 'adr_one_locality' => lang('city').' + '.lang('zip code'), |
61 | 61 | 'country' => lang('country'), |
62 | 62 | ); |
63 | - foreach($uicontacts->customfields as $name => $data) |
|
63 | + foreach ($uicontacts->customfields as $name => $data) |
|
64 | 64 | { |
65 | 65 | $fields['#'.$name] = $data['label']; |
66 | 66 | } |
@@ -71,7 +71,7 @@ discard block |
||
71 | 71 | 'label' => lang('Addressbook the contact should be shown').' ('.lang('The anonymous user needs read it!').')', |
72 | 72 | 'options' => array( |
73 | 73 | '' => lang('All'), |
74 | - )+$uicontacts->get_addressbooks(Acl::ADD) // add to not show the accounts! |
|
74 | + ) + $uicontacts->get_addressbooks(Acl::ADD) // add to not show the accounts! |
|
75 | 75 | ), |
76 | 76 | 'arg2' => array( |
77 | 77 | 'type' => 'select', |
@@ -20,4 +20,6 @@ |
||
20 | 20 | * @depreacated use Api\Contacts |
21 | 21 | */ |
22 | 22 | |
23 | -class addressbook_so extends Api\Contacts\Storage {} |
|
23 | +class addressbook_so extends Api\Contacts\Storage |
|
24 | +{ |
|
25 | +} |
@@ -18,4 +18,6 @@ |
||
18 | 18 | * |
19 | 19 | * @deprecated use Api\Contacts\Merge |
20 | 20 | */ |
21 | -class addressbook_merge extends Merge {} |
|
22 | 21 | \ No newline at end of file |
22 | +class addressbook_merge extends Merge |
|
23 | +{ |
|
24 | +} |
|
23 | 25 | \ No newline at end of file |
@@ -27,5 +27,5 @@ |
||
27 | 27 | /* Dependencies for this app to work */ |
28 | 28 | $setup_info['home']['depends'][] = array( |
29 | 29 | 'appname' => 'api', |
30 | - 'versions' => Array('16.1') |
|
30 | + 'versions' => array('16.1') |
|
31 | 31 | ); |
@@ -27,5 +27,5 @@ |
||
27 | 27 | /* Dependencies for this app to work */ |
28 | 28 | $setup_info['home']['depends'][] = array( |
29 | 29 | 'appname' => 'api', |
30 | - 'versions' => Array('16.1') |
|
30 | + 'versions' => array('16.1') |
|
31 | 31 | ); |
@@ -27,5 +27,5 @@ |
||
27 | 27 | /* Dependencies for this app to work */ |
28 | 28 | $setup_info['home']['depends'][] = array( |
29 | 29 | 'appname' => 'api', |
30 | - 'versions' => Array('16.1') |
|
30 | + 'versions' => array('16.1') |
|
31 | 31 | ); |