Added $onetimepad to the list of globals.
authorfidian <fidian@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 2 Jul 2001 16:05:29 +0000 (16:05 +0000)
committerfidian <fidian@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 2 Jul 2001 16:05:29 +0000 (16:05 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1439 7612ce4b-ef26-0410-bec9-ea0150e637f0

functions/smtp.php

index dffc1bf72794b4ca7fa00db8db38fc541bf6fafb..2be15ca8378bd1dea5819c140142ecc93b050a1d 100644 (file)
    }
 
    function sendSMTP($t, $c, $b, $subject, $body, $more_headers) {
-      global $username, $popuser, $domain, $version, $smtpServerAddress, $smtpPort,
-         $data_dir, $color, $use_authenticated_smtp, $identity, $key;
+      global $username, $popuser, $domain, $version, $smtpServerAddress, 
+         $smtpPort, $data_dir, $color, $use_authenticated_smtp, $identity, 
+        $key, $onetimepad;
 
       $to = expandAddrs(parseAddrs($t));
       $cc = expandAddrs(parseAddrs($c));