Index: includes/common.inc =================================================================== RCS file: /cvs/drupal/drupal/includes/common.inc,v retrieving revision 1.1107 diff -u -p -r1.1107 common.inc --- includes/common.inc 15 Feb 2010 22:08:49 -0000 1.1107 +++ includes/common.inc 16 Feb 2010 22:22:58 -0000 @@ -2770,7 +2770,7 @@ function drupal_set_time_limit($time_lim * Returns the path to a system item (module, theme, etc.). * * @param $type - * The type of the item (i.e. theme, theme_engine, module). + * The type of the item (i.e. theme, theme_engine, module, profile). * @param $name * The name of the item for which the path is requested. * diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc index d58b4ea..e146790 100644 --- includes/bootstrap.inc +++ includes/bootstrap.inc @@ -636,7 +636,7 @@ function drupal_settings_initialize() { * the above, depending on where the module is located. * * @param $type - * The type of the item (i.e. theme, theme_engine, module). + * The type of the item (i.e. theme, theme_engine, module, profile). * @param $name * The name of the item for which the filename is requested. * @param $filename diff --git a/modules/system/system.install b/modules/system/system.install index 473af73..a2ef6b7 100644 --- modules/system/system.install +++ 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,