- Patch #24450 by Neil: removed some dead code.

4.7.x
Dries Buytaert 2005-06-07 18:39:35 +00:00
parent 6ba82cc0c0
commit d76053f049
2 changed files with 0 additions and 4 deletions

View File

@ -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.'));

View File

@ -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.'));