From 2eb2d5f293198615719b6e4ed3b67cf61ac7790f Mon Sep 17 00:00:00 2001 From: Karl Cordes Date: Thu, 6 May 2010 15:13:31 +1000 Subject: [PATCH] Trying to stop it munging the screen,again --- vendors/shells/vault.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendors/shells/vault.php b/vendors/shells/vault.php index 9a32f126..69c1f2f2 100755 --- a/vendors/shells/vault.php +++ b/vendors/shells/vault.php @@ -237,7 +237,7 @@ class VaultShell extends Shell { $attachments[$j]['type'] = $type[1]; $attachments[$j]['name'] = $name[1]; - echo "in message number $msg_number ($uniqid): found attachment ".$attachments[$j]['name'].' '.$attachments[$j]['type']."\n"; + //echo "in message number $msg_number ($uniqid): found attachment ".$attachments[$j]['name'].' '.$attachments[$j]['type']."\n"; } unlink($email_file); return $attachments;