From f7d22a8dfda938a0e4a11bac708cfdc00a14edd8 Mon Sep 17 00:00:00 2001 From: Alex Garnett Date: Thu, 2 Feb 2017 17:30:58 -0800 Subject: [PATCH] datepicker -> date_popup compatibility --- includes/ajaxplorer_ingest.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/ajaxplorer_ingest.inc b/includes/ajaxplorer_ingest.inc index 06ecb1c..7c10fe9 100644 --- a/includes/ajaxplorer_ingest.inc +++ b/includes/ajaxplorer_ingest.inc @@ -94,7 +94,7 @@ function sfudora_ajaxplorer_ingest_form($form, &$form_state, $params) { '#default_value' => 'indefinite', ); $form['embargo_date'] = array( - '#type' => 'datepicker', + '#type' => 'date_popup', '#title' => t('Embargo date'), '#description' => t('The date until which this item should be embargoed (we will check with you on this date to confirm that it is ready for release)'), '#states' => array(