summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorwebchick <webchick@24967.no-reply.drupal.org>2011-07-07 17:13:44 -0700
committerwebchick <webchick@24967.no-reply.drupal.org>2011-07-07 17:13:44 -0700
commit261b66d38c31a5888eee071623412cabbbeebcb5 (patch)
treeb5c28fa0d61bae35b7f7d6e255b2bcb262fec084 /includes
parentab71360cc4d0150acd024c5739b943d29dd7691d (diff)
downloadbrdo-261b66d38c31a5888eee071623412cabbbeebcb5.tar.gz
brdo-261b66d38c31a5888eee071623412cabbbeebcb5.tar.bz2
Issue #1040262 by tsi: Fixed locale-rtl.css.
Diffstat (limited to 'includes')
-rw-r--r--includes/form.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/includes/form.inc b/includes/form.inc
index c2495e222..8ee0a5a52 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()
*/