? .DS_Store ? 607028.102_README.patch ? 607028.95_README.patch ? README.txt ? fix_log_level_ui_00.patch ? modules/upload ? modules/watchdog ? profiles/default ? profiles/expert Index: modules/system/system.admin.inc =================================================================== RCS file: /cvs/drupal/drupal/modules/system/system.admin.inc,v retrieving revision 1.316 diff -u -p -r1.316 system.admin.inc --- modules/system/system.admin.inc 6 Oct 2010 13:38:40 -0000 1.316 +++ modules/system/system.admin.inc 15 Nov 2010 13:09:02 -0000 @@ -1613,14 +1613,13 @@ function system_run_cron_submit($form, & function system_logging_settings() { $form['error_level'] = array( '#type' => 'radios', - '#title' => t('Error messages to display'), + '#title' => t('PHP messages to display'), '#default_value' => variable_get('error_level', ERROR_REPORTING_DISPLAY_ALL), '#options' => array( ERROR_REPORTING_HIDE => t('None'), ERROR_REPORTING_DISPLAY_SOME => t('Errors and warnings'), ERROR_REPORTING_DISPLAY_ALL => t('All messages'), ), - '#description' => t('It is recommended that sites running on production environments do not display any errors.'), ); return system_settings_form($form);