Skip to content

Commit

Permalink
datepicker -> date_popup compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
axfelix committed Feb 3, 2017
1 parent 7add90a commit f7d22a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/ajaxplorer_ingest.inc
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit f7d22a8

Please sign in to comment.