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
dbf0bb7e
Commit
dbf0bb7e
authored
Jan 27, 2006
by
Dries Buytaert
Browse files
- Patch
#46255
by chx et al: don't save formapi data for user registrations.
parent
41e5f369
Changes
1
Hide whitespace changes
Inline
Side-by-side
includes/form.inc
View file @
dbf0bb7e
...
...
@@ -133,6 +133,7 @@ function drupal_validate_form($form_id, &$form, $callback = NULL) {
function
drupal_submit_form
(
$form_id
,
$form
,
$callback
=
NULL
)
{
global
$form_values
;
unset
(
$GLOBALS
[
'form_values'
][
'submit'
],
$GLOBALS
[
'form_values'
][
'form_id'
]);
if
(
isset
(
$form
[
'#submit'
]))
{
foreach
(
$form
[
'#submit'
]
as
$function
=>
$args
)
{
if
(
function_exists
(
$function
))
{
...
...
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