-fix for Bug 112604
authorgpadgham <gpadgham@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 24 Aug 2000 12:48:02 +0000 (12:48 +0000)
committergpadgham <gpadgham@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 24 Aug 2000 12:48:02 +0000 (12:48 +0000)
-$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

index 8ae7ddda7f90bc6e6fe21ff559dd2129961f19e0..da4637a1014ae0e7c67e0d768879dd6d2e440a32 100755 (executable)
@@ -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";