From d76053f0495daed3df8abe1ad14da02ae4c6623e Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 7 Jun 2005 18:39:35 +0000 Subject: [PATCH] - Patch #24450 by Neil: removed some dead code. --- modules/system.module | 2 -- modules/system/system.module | 2 -- 2 files changed, 4 deletions(-) diff --git a/modules/system.module b/modules/system.module index 5f0ec80673b..9cd1240bb74 100644 --- a/modules/system.module +++ b/modules/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.')); diff --git a/modules/system/system.module b/modules/system/system.module index 5f0ec80673b..9cd1240bb74 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.'));