From b96f1ad6d562a57eebec044d7cff9cadf5cabfb4 Mon Sep 17 00:00:00 2001 From: skodak Date: Sun, 23 Apr 2006 23:16:02 +0000 Subject: [PATCH] fixed typo bug #4527 --- config-dist.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config-dist.php b/config-dist.php index fc0dace266..fad1e5ec62 100644 --- a/config-dist.php +++ b/config-dist.php @@ -200,7 +200,7 @@ $CFG->admin = 'admin'; // mailprefix must be EXACTLY four characters. // Uncomment and customise this block for Postfix // $CFG->mailprefix = 'mdl+'; // + is the separator for Exim and Postfix. -// $CFG->mailprefix = 'mdl-'l // - is the separator for qmail +// $CFG->mailprefix = 'mdl-'; // - is the separator for qmail // $CFG->maildomain = 'youremaildomain.com'; // // The following setting will tell Moodle to respect your PHP session -- 2.39.5