From 7d2afc9d4ab880587a1f662121bd249a0b9ad5b1 Mon Sep 17 00:00:00 2001
From: alecpl <alec@alec.pl>
Date: Thu, 18 Dec 2008 05:20:02 -0500
Subject: [PATCH] - oops, remove console call
---
program/lib/Net/SMTP.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/program/lib/Net/SMTP.php b/program/lib/Net/SMTP.php
index b9ad4b2..a116b3b 100644
--- a/program/lib/Net/SMTP.php
+++ b/program/lib/Net/SMTP.php
@@ -375,7 +375,7 @@
return true;
}
-console($this->_arguments);
+
foreach ($this->_arguments as $argument) {
$verb = strtok($argument, ' ');
$arguments = substr($argument, strlen($verb) + 1,
--
Gitblit v1.9.1