diff options
Diffstat (limited to 'modules/system/system.module')
-rw-r--r-- | modules/system/system.module | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/system/system.module b/modules/system/system.module index 5f0ec8067..9cd1240bb 100644 --- a/modules/system/system.module +++ b/modules/system/system.module @@ -185,8 +185,6 @@ function _system_zonelist() { } function system_view_general() { - global $conf; - // General settings: $group = form_textfield(t('Name'), 'site_name', variable_get('site_name', 'drupal'), 70, 70, t('The name of this web site.')); $group .= form_textfield(t('E-mail address'), 'site_mail', variable_get('site_mail', ini_get('sendmail_from')), 70, 128, t('A valid e-mail address for this website, used by the auto-mailer during registration, new password requests, notifications, etc.')); |