Trying to stop it munging the screen,again

This commit is contained in:
Karl Cordes 2010-05-06 15:13:31 +10:00
parent c62580f4b3
commit 2eb2d5f293

View file

@ -237,7 +237,7 @@ class VaultShell extends Shell {
$attachments[$j]['type'] = $type[1]; $attachments[$j]['type'] = $type[1];
$attachments[$j]['name'] = $name[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); unlink($email_file);
return $attachments; return $attachments;