From a250d021b3d4180a7146612fb38309dae4ecd002 Mon Sep 17 00:00:00 2001 From: jmunro Date: Wed, 17 Apr 2002 14:56:28 +0000 Subject: [PATCH] fix more warnings :) git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2745 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/smtp.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/smtp.php b/functions/smtp.php index b553a62d..56ca9393 100644 --- a/functions/smtp.php +++ b/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') { -- 2.25.1