summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorGerhard Killesreiter <killes_www_drop_org@227.no-reply.drupal.org>2006-04-08 17:18:25 +0000
committerGerhard Killesreiter <killes_www_drop_org@227.no-reply.drupal.org>2006-04-08 17:18:25 +0000
commit29f51725e278b72f5ec5376fe1cd20dc20f4d8a1 (patch)
tree1ce19897e537de5bba255ad1720786a2004d4d7c /includes
parent8c3ea3d869d10301d96d9e7f25599e743f24e111 (diff)
downloadbrdo-29f51725e278b72f5ec5376fe1cd20dc20f4d8a1.tar.gz
brdo-29f51725e278b72f5ec5376fe1cd20dc20f4d8a1.tar.bz2
#57836, Remove the reference indicator from drupal_validate_form, patch by chx
Diffstat (limited to 'includes')
-rw-r--r--includes/form.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/form.inc b/includes/form.inc
index 129d7b6f5..f22d06526 100644
--- a/includes/form.inc
+++ b/includes/form.inc
@@ -154,7 +154,7 @@ function drupal_get_form($form_id, &$form, $callback = NULL) {
return form_render($form);
}
-function drupal_validate_form($form_id, &$form, $callback = NULL) {
+function drupal_validate_form($form_id, $form, $callback = NULL) {
global $form_values;
static $validated_forms = array();