diff options
Diffstat (limited to 'apps/contacts/templates/part.edit_address_dialog.php')
-rwxr-xr-x[-rw-r--r--] | apps/contacts/templates/part.edit_address_dialog.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/contacts/templates/part.edit_address_dialog.php b/apps/contacts/templates/part.edit_address_dialog.php index 507a3acaa0c..8b3425033cc 100644..100755 --- a/apps/contacts/templates/part.edit_address_dialog.php +++ b/apps/contacts/templates/part.edit_address_dialog.php @@ -15,7 +15,7 @@ foreach(isset($adr['parameters']['TYPE'])?array($adr['parameters']['TYPE']):arra </dt> <dd> <select id="adr_type" name="parameters[ADR][TYPE]" size="1"> - <?php echo html_select_options($_['adr_types'], $types) ?> + <?php echo OCP\html_select_options($_['adr_types'], $types) ?> </select> </dd> <dt> |