Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
e27972be
Commit
e27972be
authored
Jul 12, 2007
by
Gábor Hojtsy
Browse files
#157605
by Wim Leers: remove two lines of dead code from expand_date()
parent
20e06132
Changes
1
Hide whitespace changes
Inline
Side-by-side
includes/form.inc
View file @
e27972be
...
...
@@ -1386,8 +1386,6 @@ function expand_date($element) {
$options
=
drupal_map_assoc
(
range
(
1900
,
2050
));
break
;
}
$parents
=
$element
[
'#parents'
];
$parents
[]
=
$type
;
$element
[
$type
]
=
array
(
'#type'
=>
'select'
,
'#value'
=>
$element
[
'#value'
][
$type
],
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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