diff options
Diffstat (limited to 'apps/contacts/templates/part.edit_name_dialog.php')
-rwxr-xr-x[-rw-r--r--] | apps/contacts/templates/part.edit_name_dialog.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/contacts/templates/part.edit_name_dialog.php b/apps/contacts/templates/part.edit_name_dialog.php index bb774b62bd7..be45f9a5b06 100644..100755 --- a/apps/contacts/templates/part.edit_name_dialog.php +++ b/apps/contacts/templates/part.edit_name_dialog.php @@ -16,7 +16,7 @@ $addressbooks = isset($_['addressbooks'])?$_['addressbooks']:null; <dt><label for="addressbook"><?php echo $l->t('Addressbook'); ?></label></dt> <dd> <select id="aid" name="aid" size="1"> - <?php echo html_select_options($_['addressbooks'], null, array('value'=>'id', 'label'=>'displayname')); ?> + <?php echo OCP\html_select_options($_['addressbooks'], null, array('value'=>'id', 'label'=>'displayname')); ?> </select> </dd> <?php }} ?> |