diff options
author | Dries Buytaert <dries@buytaert.net> | 2008-04-15 07:44:54 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2008-04-15 07:44:54 +0000 |
commit | 7ea831c54f266f17581c1e4048bb325c403f4571 (patch) | |
tree | ede6971589cbb867a240036559b3167675905655 | |
parent | c37c91d58dcddd62811c4bd2118fb2031ace09e2 (diff) | |
download | brdo-7ea831c54f266f17581c1e4048bb325c403f4571.tar.gz brdo-7ea831c54f266f17581c1e4048bb325c403f4571.tar.bz2 |
- Patch #244942 by pwolanin: fixed outdated function name in schema description.
-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 db804064e..fcae4090c 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, |