Trying to stop it munging the screen,again
This commit is contained in:
parent
c62580f4b3
commit
2eb2d5f293
2
vendors/shells/vault.php
vendored
2
vendors/shells/vault.php
vendored
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue