From 32aad4c2406af13c7fed9376553629a668fffa02 Mon Sep 17 00:00:00 2001 From: webchick Date: Thu, 7 Jul 2011 17:15:30 -0700 Subject: [PATCH] Issue #1182954 by barbi: Fixed drupal_build_form() - return value doc is incorrect. --- includes/form.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/includes/form.inc b/includes/form.inc index 23636d038ee..10e68eefb49 100644 --- a/includes/form.inc +++ b/includes/form.inc @@ -272,7 +272,8 @@ function drupal_get_form($form_id) { * form submission may be found in drupal_redirect_form(). * * @return - * The rendered form or NULL, depending upon the $form_state flags that were set. + * The rendered form. This function may also perform a redirect and hence may + * not return at all, depending upon the $form_state flags that were set. * * @see drupal_redirect_form() */