forgotten print
This commit is contained in:
parent
96f16d0564
commit
a632ae1d9e
@ -476,9 +476,7 @@ if ($object->id > 0 && (empty($action) || ($action != 'edit' && $action != 'crea
|
|||||||
|
|
||||||
$f = $client->getFolders(false, $object->source_directory);
|
$f = $client->getFolders(false, $object->source_directory);
|
||||||
$nbemail = $f[0]->examine()["exists"];
|
$nbemail = $f[0]->examine()["exists"];
|
||||||
print "mails:".$nbemail;
|
|
||||||
$morehtml .= $nbemail;
|
$morehtml .= $nbemail;
|
||||||
print "helo";
|
|
||||||
} else {
|
} else {
|
||||||
try {
|
try {
|
||||||
if ($sourcedir) {
|
if ($sourcedir) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user