syntax fix

This commit is contained in:
lars 2008-08-25 02:27:43 +00:00
parent 428a3fa598
commit 70968ebaf8
1 changed files with 1 additions and 1 deletions

View File

@ -264,7 +264,7 @@ unless (defined($MAIL_ADDRESS_PREFIX)) {
}
# get the current login name advertised to the webserver (if it is defined)
$LOGIN_NAME = lc(ENV{'REMOTE_USER'});
$LOGIN_NAME = lc($ENV{'REMOTE_USER'});
###################### process a request ########################