diff --git a/modules/contrib/date/date_popup/date_popup.module b/var/www/kk_seb_pers_mod/sites/all/modules/date/date_popup/date_popup.module
index 35ace92..ca292ef 100644
--- a/modules/contrib/date/date_popup/date_popup.module
+++ b/var/www/kk_seb_pers_mod/sites/all/modules/date/date_popup/date_popup.module
@@ -559,7 +559,7 @@ function date_popup_time_formats($with_seconds = FALSE) {
  * TODO Remove any formats not supported by the widget, if any.
  */
 function date_popup_formats() {
-  $formats = str_replace('i', 'i:s', array_keys(array_merge(system_get_date_formats('short'),system_get_date_formats('custom'))));
+  $formats = str_replace('i', 'i:s', array_keys(system_get_date_formats('short')));
   $formats = drupal_map_assoc($formats);
   return $formats;
 }
