diff options
author | Gábor Hojtsy <gabor@hojtsy.hu> | 2007-12-20 09:35:10 +0000 |
---|---|---|
committer | Gábor Hojtsy <gabor@hojtsy.hu> | 2007-12-20 09:35:10 +0000 |
commit | fdce0564d6052869068574fac768b1aa23055e12 (patch) | |
tree | 507cad780cd46c406f2caa4d94725dd5440e226d /modules/system/system.admin.inc | |
parent | 1e63dd1ae61c1e70e33c6cfa5b269c661f3122f7 (diff) | |
download | brdo-fdce0564d6052869068574fac768b1aa23055e12.tar.gz brdo-fdce0564d6052869068574fac768b1aa23055e12.tar.bz2 |
#202559 by Pasqualle: just removing some trailing white space from end of lines
Diffstat (limited to 'modules/system/system.admin.inc')
-rw-r--r-- | modules/system/system.admin.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/system/system.admin.inc b/modules/system/system.admin.inc index c8a558696..af845928e 100644 --- a/modules/system/system.admin.inc +++ b/modules/system/system.admin.inc @@ -1213,7 +1213,7 @@ function system_error_reporting_settings() { /** * Validate the submitted error reporting form. */ -function system_error_reporting_settings_validate($form, &$form_state) { +function system_error_reporting_settings_validate($form, &$form_state) { // Validate paths to 403 and 404 error pages. $item = array('link_path' => $form_state['values']['site_403']); if (!empty($item['link_path']) && !menu_valid_path($item)) { @@ -1421,7 +1421,7 @@ function system_image_toolkit_settings() { /** * Validate the submitted image-toolkit form. */ -function system_image_toolkit_settings_validate($form, &$form_state) { +function system_image_toolkit_settings_validate($form, &$form_state) { // Validate image quality range. $value = $form_state['values']['image_jpeg_quality']; if (!is_numeric($value) || $value < 0 || $value > 100) { |