fix formatting

pull/298/head
David Goodwin 5 years ago
parent f8713651cc
commit f7c7e35b34

@ -661,7 +661,7 @@ class MailboxHandler extends PFAHandler {
return true;
}
if(!function_exists('imap_open')) {
if (!function_exists('imap_open')) {
trigger_error('imap_open function not present; cannot create_mailbox_subdirs');
return false;
}

@ -409,8 +409,7 @@ require_once(dirname(__FILE__) . '/../common.php');
$dispatcher = new PostfixAdmin($argv);
try {
$retval = $dispatcher->dispatch();
}
catch(Exception $e) {
} catch (Exception $e) {
$dispatcher->stderr("Execution Exception: " . $e->getMessage());
$retval = 1;
}

Loading…
Cancel
Save