From 2e302e42133116561fd2c34a71befe89700cf654 Mon Sep 17 00:00:00 2001 From: gpadgham Date: Thu, 24 Aug 2000 12:48:02 +0000 Subject: [PATCH] -fix for Bug 112604 -$sendmailPath was being written by conf.pl while $sendmail_path was being referenced by src/smtp.php git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@721 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- config/conf.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/conf.pl b/config/conf.pl index 8ae7ddda..da4637a1 100755 --- a/config/conf.pl +++ b/config/conf.pl @@ -1430,7 +1430,7 @@ sub save_data { print FILE "\t\$useSendmail = $useSendmail;\n"; print FILE "\t\$smtpServerAddress = \"$smtpServerAddress\";\n"; print FILE "\t\$smtpPort = $smtpPort;\n"; - print FILE "\t\$sendmailPath = \"$sendmail_path\";\n"; + print FILE "\t\$sendmail_path = \"$sendmail_path\";\n"; print FILE "\t\$imap_server_type = \"$imap_server_type\";\n"; print FILE "\n"; -- 2.25.1