syntax fix

This commit is contained in:
lars 2008-08-25 02:27:43 +00:00
parent 428a3fa598
commit 70968ebaf8

View file

@ -264,7 +264,7 @@ unless (defined($MAIL_ADDRESS_PREFIX)) {
} }
# get the current login name advertised to the webserver (if it is defined) # 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 ######################## ###################### process a request ########################