summaryrefslogtreecommitdiff
path: root/modules/system/system.module
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-01-30 07:54:01 +0000
committerDries Buytaert <dries@buytaert.net>2010-01-30 07:54:01 +0000
commit1e8da1f9ae32ccd1c6d19e24215e1cb293e97bbf (patch)
tree5cf341bf7c5f34e291031c781aaf66d05d0b15d7 /modules/system/system.module
parent046e51883319b422618eff3b78f09cbd05a5a2d2 (diff)
downloadbrdo-1e8da1f9ae32ccd1c6d19e24215e1cb293e97bbf.tar.gz
brdo-1e8da1f9ae32ccd1c6d19e24215e1cb293e97bbf.tar.bz2
- Patch #681538 by aspilicious, jhodgdon: improved documentation, better @see also links.
Diffstat (limited to 'modules/system/system.module')
-rw-r--r--modules/system/system.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/system.module b/modules/system/system.module
index cae7a1bb4..02a5db5fd 100644
--- a/modules/system/system.module
+++ b/modules/system/system.module
@@ -1586,7 +1586,7 @@ function system_authorized_get_url(array $options = array()) {
/**
* Setup and invoke an operation using authorize.php.
*
- * @see system_authorized_init
+ * @see system_authorized_init()
*/
function system_authorized_run($callback, $file, $arguments = array(), $page_title = NULL) {
system_authorized_init($callback, $file, $arguments, $page_title);