From 8dcb4d91d50acbd2a7f330bd82f171bec58732c3 Mon Sep 17 00:00:00 2001
From: Urban Müller
Date: Wed, 15 Oct 2008 15:42:02 +0000
Subject: phplint cleanup

---
 it_mail.class | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/it_mail.class b/it_mail.class
index aa36b35..8dcb660 100644
--- a/it_mail.class
+++ b/it_mail.class
@@ -432,10 +432,10 @@ function check_email($email, $checkmailbox = true)
 				else
 					$timeout = 'socket_set_timeout';
 
-				foreach ($mx as $mxhost => $weight)
+				foreach ($mx as $mxhost => $dummy_weight)
 				{
 					//echo ">>it_mail::check_email: " . time() . " checking $mxhost\n";
-					if ($fp = @fsockopen($mxhost, $port, $errno, $errstr, 5))
+					if ($fp = @fsockopen($mxhost, $port, $dummy_errno, $dummy_errstr, 5))
 					{
 						$connected++;
 						$timeout($fp, 45);
-- 
cgit v1.2.3