diff options
author | Dries Buytaert <dries@buytaert.net> | 2010-06-01 05:08:40 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2010-06-01 05:08:40 +0000 |
commit | cf822bd236e119b62ea31159588f0d03d2aa79bf (patch) | |
tree | 63d40a4cf8daeaa4b7d51f44f709cc7070cf0b8a /modules/system/system.admin.inc | |
parent | f6fac2b1ea133898cd0fd7f5c37705ea669c14db (diff) | |
download | brdo-cf822bd236e119b62ea31159588f0d03d2aa79bf.tar.gz brdo-cf822bd236e119b62ea31159588f0d03d2aa79bf.tar.bz2 |
- Patch #760170 by sivaji: custom date format string form accepts empty string input.
Diffstat (limited to 'modules/system/system.admin.inc')
-rw-r--r-- | modules/system/system.admin.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/system/system.admin.inc b/modules/system/system.admin.inc index 5ec6d5f42..52d425d5a 100644 --- a/modules/system/system.admin.inc +++ b/modules/system/system.admin.inc @@ -2781,6 +2781,7 @@ function system_configure_date_formats_form($form, &$form_state, $dfid = 0) { '#attached' => array( 'js' => array(drupal_get_path('module', 'system') . '/system.js', $js_settings), ), + '#required' => TRUE, ); $form['actions'] = array('#type' => 'actions'); |