diff options
author | Dries Buytaert <dries@buytaert.net> | 2005-06-07 18:39:35 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2005-06-07 18:39:35 +0000 |
commit | d76053f0495daed3df8abe1ad14da02ae4c6623e (patch) | |
tree | 7904e096f069329ff4967e5b4482601571a33126 /modules/system/system.module | |
parent | 6ba82cc0c0e096d8631d69446efea4dedb9c7c5d (diff) | |
download | brdo-d76053f0495daed3df8abe1ad14da02ae4c6623e.tar.gz brdo-d76053f0495daed3df8abe1ad14da02ae4c6623e.tar.bz2 |
- Patch #24450 by Neil: removed some dead code.
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.')); |