Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
2b010ef5
Commit
2b010ef5
authored
Jun 12, 2007
by
Dries
Browse files
- Patch
#151256
by Chris Kennedy: fapi fix for saving date and time settings.
parent
f3c5932a
Changes
1
Show whitespace changes
Inline
Side-by-side
modules/system/system.module
View file @
2b010ef5
...
...
@@ -972,7 +972,7 @@ function system_date_time_settings_submit($form, &$form_state) {
if
(
$form_state
[
'values'
][
'date_format_long'
]
==
'custom'
)
{
$form_state
[
'values'
][
'date_format_long'
]
=
$form_state
[
'values'
][
'date_format_long_custom'
];
}
return
system_settings_form_submit
(
$form_state
[
'values'
],
$form
,
$form_state
);
return
system_settings_form_submit
(
$form
,
$form_state
);
}
/**
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment