diff options
author | Georg Ehrke <dev@georgswebsite.de> | 2012-05-09 18:34:44 +0200 |
---|---|---|
committer | Georg Ehrke <dev@georgswebsite.de> | 2012-05-09 18:34:44 +0200 |
commit | a589a700e1d938a535c724d9ceb27bc51891d967 (patch) | |
tree | b63a3896022090f7008cdffbe02617f4b58fe09e /apps/calendar/templates | |
parent | bc60b8d87a82a8a9468dcf00fc5ebc1dc4ca5cda (diff) | |
download | nextcloud-server-a589a700e1d938a535c724d9ceb27bc51891d967.tar.gz nextcloud-server-a589a700e1d938a535c724d9ceb27bc51891d967.zip |
revert 000d7ba97535f470f30be44e02140401b24b43e2
Diffstat (limited to 'apps/calendar/templates')
-rwxr-xr-x | apps/calendar/templates/part.eventform.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/calendar/templates/part.eventform.php b/apps/calendar/templates/part.eventform.php index d67094ee57c..b3bbf7a375b 100755 --- a/apps/calendar/templates/part.eventform.php +++ b/apps/calendar/templates/part.eventform.php @@ -35,7 +35,7 @@ echo 'Calendar.UI.Share.idtype = "event";' . "\n" . 'Calendar.UI.Share.currentid <select style="width:140px;" name="calendar"> <?php if (!isset($_['calendar'])) {$_['calendar'] = false;} - echo \html_select_options($_['calendar_options'], $_['calendar'], array('value'=>'id', 'label'=>'displayname')); + echo OCP\html_select_options($_['calendar_options'], $_['calendar'], array('value'=>'id', 'label'=>'displayname')); ?> </select> </td> |