diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-02-17 03:55:45 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-02-17 03:55:45 +0000 |
commit | db7f5e4c909316167b19d9f62e9eea93ed4ef181 (patch) | |
tree | 13873a36573a9cecfc3ee3b472d038ae35dfc059 /modules/system/system.install | |
parent | 18a2dfda00f63430b00c109793b2256ece5e956e (diff) | |
download | brdo-db7f5e4c909316167b19d9f62e9eea93ed4ef181.tar.gz brdo-db7f5e4c909316167b19d9f62e9eea93ed4ef181.tar.bz2 |
#716348 by grendzy and hefox: Documentation of drupal_get_path() and system table missing the fact that 'profile' is stored there now.
Diffstat (limited to 'modules/system/system.install')
-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 bf0d6b2f5..e3285ce43 100644 --- a/modules/system/system.install +++ b/modules/system/system.install @@ -1445,7 +1445,7 @@ function system_schema() { 'default' => '', ), 'type' => array( - 'description' => 'The type of the item, either module, theme, or theme_engine.', + 'description' => 'The type of the item, either module, theme, theme_engine, or profile.', 'type' => 'varchar', 'length' => 12, 'not null' => TRUE, |