From 1e8da1f9ae32ccd1c6d19e24215e1cb293e97bbf Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 30 Jan 2010 07:54:01 +0000 Subject: - Patch #681538 by aspilicious, jhodgdon: improved documentation, better @see also links. --- modules/system/system.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/system/system.module') 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); -- cgit v1.2.3