#184653 by scor: typo fix in system_chema()'s schema documentation
parent
5bf30f6811
commit
ccb0c0a78f
|
@ -692,7 +692,7 @@ function system_schema() {
|
|||
'not null' => TRUE,
|
||||
'default' => 0),
|
||||
'link_path' => array(
|
||||
'description' => t('The Drupal path or external path this link point to.'),
|
||||
'description' => t('The Drupal path or external path this link points to.'),
|
||||
'type' => 'varchar',
|
||||
'length' => 255,
|
||||
'not null' => TRUE,
|
||||
|
|
Loading…
Reference in New Issue