summaryrefslogtreecommitdiff
path: root/modules/system/system.module
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2005-07-31 10:12:47 +0000
committerDries Buytaert <dries@buytaert.net>2005-07-31 10:12:47 +0000
commitce094a1323d64743df35f8f87e40636be868de40 (patch)
tree0b487a309b1402ad42105be3803494bcc63c537c /modules/system/system.module
parent9e6373820a5205f00d5a350009d4887f85ada88a (diff)
downloadbrdo-ce094a1323d64743df35f8f87e40636be868de40.tar.gz
brdo-ce094a1323d64743df35f8f87e40636be868de40.tar.bz2
- Patch #27633 by Tobias:
+ made it possible to specify a subject when submitting a message on the contact form. + fixed some bugs/glitches.
Diffstat (limited to 'modules/system/system.module')
-rw-r--r--modules/system/system.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/system.module b/modules/system/system.module
index 814baf6af..214fd98fa 100644
--- a/modules/system/system.module
+++ b/modules/system/system.module
@@ -733,7 +733,7 @@ function system_theme_settings($key = '') {
'toggle_favicon' => t('Shortcut icon')
);
- // Some features are not always available
+ // Some features are not always available
$disabled = array();
if (!variable_get('user_pictures', 0)) {
$disabled['toggle_node_user_picture'] = true;