Pārlūkot izejas kodu

fix more warnings :)

jmunro 23 gadi atpakaļ
vecāks
revīzija
23f52486f4
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      functions/smtp.php

+ 1 - 1
functions/smtp.php

@@ -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') {