#184653 by scor: typo fix in system_chema()'s schema documentation

6.x
Gábor Hojtsy 2007-10-19 10:16:06 +00:00
parent 5bf30f6811
commit ccb0c0a78f
1 changed files with 1 additions and 1 deletions

View File

@ -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,