From 9819d4f7777465aa9b12daf5b591592e8dc91915 Mon Sep 17 00:00:00 2001 From: the_systech Date: Mon, 28 Jan 2002 21:03:25 +0000 Subject: This should fix Bug #498451.. Keep it from including smtp.php more than once.. git-svn-id: file:///svn/phpbb/trunk@2007 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/smtp.php | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/includes/smtp.php') diff --git a/phpBB/includes/smtp.php b/phpBB/includes/smtp.php index f14e836730..0e2cbf9e63 100644 --- a/phpBB/includes/smtp.php +++ b/phpBB/includes/smtp.php @@ -33,6 +33,7 @@ * to the opened socket to the server and the second the * response code you are looking for. ****************************************************************************/ +define('SMTP_INCLUDED', 1); function server_parse($socket, $response) { if(!($server_response = fgets($socket, 100))) -- cgit v1.2.1