1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2025-01-04 03:48:28 +02:00

[Web] Fixes #955

This commit is contained in:
andre.peters 2018-01-27 16:16:22 +01:00
parent e578397d1c
commit f602eb4dbd

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">