- Patch #244942 by pwolanin: fixed outdated function name in schema description.
parent
c37c91d58d
commit
7ea831c54f
|
@ -750,7 +750,7 @@ function system_schema() {
|
||||||
'default' => '',
|
'default' => '',
|
||||||
),
|
),
|
||||||
'to_arg_functions' => array(
|
'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',
|
'type' => 'varchar',
|
||||||
'length' => 255,
|
'length' => 255,
|
||||||
'not null' => TRUE,
|
'not null' => TRUE,
|
||||||
|
|
Loading…
Reference in New Issue