diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-03-27 05:52:50 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-03-27 05:52:50 +0000 |
commit | 7d4b84b8789ffd3ad22dc987860f46c18f9d0f07 (patch) | |
tree | a5e7429b505f079ea6e0938f4f7773719200c915 /modules/system/system.module | |
parent | f86fda29a3e004e7e38a5d039aa0869a5bd6d888 (diff) | |
download | brdo-7d4b84b8789ffd3ad22dc987860f46c18f9d0f07.tar.gz brdo-7d4b84b8789ffd3ad22dc987860f46c18f9d0f07.tar.bz2 |
#707724 follow-up by yched: Fix more confusing field/entity api arguments.
Diffstat (limited to 'modules/system/system.module')
-rw-r--r-- | modules/system/system.module | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/system/system.module b/modules/system/system.module index aa7ff01db..8f5b92e4a 100644 --- a/modules/system/system.module +++ b/modules/system/system.module @@ -47,14 +47,14 @@ define('DRUPAL_OPTIONAL', 1); define('DRUPAL_REQUIRED', 2); /** - * Return only visible regions. + * Return only visible regions. * * @see system_region_list() */ define('REGIONS_VISIBLE', 'visible'); /** - * Return all regions. + * Return all regions. * * @see system_region_list() */ @@ -261,7 +261,7 @@ function system_entity_info() { 'file' => array( 'label' => t('File'), 'base table' => 'file', - 'object keys' => array( + 'entity keys' => array( 'id' => 'fid', ), 'static cache' => FALSE, |