[Web] Fixes #955

master
andre.peters 2018-01-27 16:16:22 +01:00
parent e578397d1c
commit f602eb4dbd
1 changed files with 0 additions and 1 deletions

View File

@ -661,7 +661,6 @@ if (isset($_SESSION['mailcow_cc_role'])) {
$id = $_GET["syncjob"];
$result = mailbox('get', 'syncjob_details', $id);
if (!empty($result)) {
print_r($result);
?>
<h4><?=$lang['edit']['syncjob'];?></h4>
<form class="form-horizontal" data-id="editsyncjob" role="form" method="post">