diff options
author | Neil Drumm <drumm@3064.no-reply.drupal.org> | 2006-08-26 00:23:12 +0000 |
---|---|---|
committer | Neil Drumm <drumm@3064.no-reply.drupal.org> | 2006-08-26 00:23:12 +0000 |
commit | 1fab8db4869c42861a72dbbc240509bc3fee22ee (patch) | |
tree | b7f92d74a4632b0e3c52c81f8e8473e206c31ba6 | |
parent | 07ad89db032ac09b6b9a434ae7e4ff0316eb0244 (diff) | |
download | brdo-1fab8db4869c42861a72dbbc240509bc3fee22ee.tar.gz brdo-1fab8db4869c42861a72dbbc240509bc3fee22ee.tar.bz2 |
#80739 by chx. Correct drupal_goto() documentation.
-rw-r--r-- | includes/common.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/common.inc b/includes/common.inc index a8e6ab3de..5a7cb835f 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -274,7 +274,7 @@ function drupal_get_destination() { * statement in your menu callback. * * @param $path - * A Drupal path. + * A Drupal path or a full URL. * @param $query * The query string component, if any. * @param $fragment |