Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
project
drupal
Commits
7131fd53
Commit
7131fd53
authored
May 28, 2007
by
Dries
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- Patch
#146536
by nedjo: typo programed -> programmed
parent
5d35dbd3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
includes/form.inc
includes/form.inc
+1
-1
No files found.
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