diff options
author | Dries Buytaert <dries@buytaert.net> | 2008-05-05 21:36:47 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2008-05-05 21:36:47 +0000 |
commit | 9c528c137f782fd372f69a901add4e38f75481b4 (patch) | |
tree | 7fc0fccf4d867bdb7795ceda57e6b1a46debad0e /modules/system | |
parent | 841c098fba04b76f6cee0ca6d804a777aa80e855 (diff) | |
download | brdo-9c528c137f782fd372f69a901add4e38f75481b4.tar.gz brdo-9c528c137f782fd372f69a901add4e38f75481b4.tar.bz2 |
- Patch #244942 by Freso and pwoladin: removed outdated string from documentation.
Diffstat (limited to 'modules/system')
-rw-r--r-- | modules/system/system.install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/system.install b/modules/system/system.install index 6d9625774..d09eabb48 100644 --- a/modules/system/system.install +++ b/modules/system/system.install @@ -750,7 +750,7 @@ function system_schema() { 'default' => '', ), 'to_arg_functions' => array( - 'description' => t('A serialized array of function names (like user_current_to_arg) to be called to replace a part of the router path with another string.'), + 'description' => t('A serialized array of function names (like user_uid_optional_to_arg) to be called to replace a part of the router path with another string.'), 'type' => 'varchar', 'length' => 255, 'not null' => TRUE, |