From 3bc9d9fc92bb9c7d723c28ad032bf9cfc454001e Mon Sep 17 00:00:00 2001 From: Karl Cordes Date: Wed, 23 Jun 2010 12:40:05 +1000 Subject: [PATCH] Changed first pass --- vendors/shells/firstpass.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vendors/shells/firstpass.php b/vendors/shells/firstpass.php index 23ea2fb0..5ad61484 100644 --- a/vendors/shells/firstpass.php +++ b/vendors/shells/firstpass.php @@ -57,7 +57,7 @@ class FirstpassShell extends Shell { - while($number_of_messages > 0) { + //while($number_of_messages > 0) { // for($i=1; $i <= $number_of_messages; $i++) { @@ -123,7 +123,7 @@ class FirstpassShell extends Shell { $number_of_messages = $check->Nmsgs; - } + // }