fix more warnings :)
authorjmunro <jmunro@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Wed, 17 Apr 2002 14:56:28 +0000 (14:56 +0000)
committerjmunro <jmunro@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Wed, 17 Apr 2002 14:56:28 +0000 (14:56 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2745 7612ce4b-ef26-0410-bec9-ea0150e637f0

functions/smtp.php

index b553a62d641c1d9b661dec5076398407a7dddbdd..56ca93937e05ebbf324d5d3670a9cca2a1133f12 100644 (file)
@@ -912,7 +912,7 @@ function createPriorityHeaders($prio) {
 
 function createReceiptHeaders($receipt) {
 
-    GLOBAL $data_dir, $username, $identity;
+    GLOBAL $data_dir, $username, $identity, $popuser, $domain;
 
     $receipt_headers = Array();
     if (isset($identity) && $identity != 'default') {