diff options
Diffstat (limited to 'apps/contacts/templates/part.import.php')
-rwxr-xr-x | apps/contacts/templates/part.import.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/contacts/templates/part.import.php b/apps/contacts/templates/part.import.php index a2f8aefa6f4..2dac7dd0ca1 100755 --- a/apps/contacts/templates/part.import.php +++ b/apps/contacts/templates/part.import.php @@ -8,7 +8,7 @@ <?php $contacts_options = OC_Contacts_Addressbook::all(OCP\USER::getUser()); $contacts_options[] = array('id'=>'newaddressbook', 'displayname'=>$l->t('create a new addressbook')); -echo html_select_options($contacts_options, $contacts_options[0]['id'], array('value'=>'id', 'label'=>'displayname')); +echo OCP\html_select_options($contacts_options, $contacts_options[0]['id'], array('value'=>'id', 'label'=>'displayname')); ?> </select> <div id="newaddressbookform" style="display: none;"> |