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
7131fd53
Commit
7131fd53
authored
May 28, 2007
by
Dries
Browse files
- Patch
#146536
by nedjo: typo programed -> programmed
parent
5d35dbd3
Changes
1
Hide whitespace changes
Inline
Side-by-side
includes/form.inc
View file @
7131fd53
...
...
@@ -760,7 +760,7 @@ function form_builder($form_id, $form, &$form_state) {
* attached to a specific element.
*/
function
_form_builder_handle_input_element
(
$form_id
,
&
$form
,
&
$form_state
)
{
if
(
isset
(
$form
[
'#type'
])
&&
$form
[
'#type'
]
==
'form'
&&
!
empty
(
$form
[
'#programed'
]))
{
if
(
isset
(
$form
[
'#type'
])
&&
$form
[
'#type'
]
==
'form'
&&
!
empty
(
$form
[
'#program
m
ed'
]))
{
$form_state
[
'submitted'
]
=
TRUE
;
}
...
...
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