This commit is contained in:
Laurent Destailleur 2020-09-24 22:17:09 +02:00
parent ed2dd3f55f
commit 4fe0300701
2 changed files with 2 additions and 2 deletions

View File

@ -278,7 +278,7 @@ if (!$rowid)
print '</table>';
print '</div>';
print '</form>';
} catch(Exception $e) {
} catch (Exception $e) {
print $e->getMessage();
}
}

View File

@ -216,7 +216,7 @@ if (!$rowid) {
print '</td>';
print "</tr>\n";
}
} catch(Exception $e) {
} catch (Exception $e) {
print '<tr><td colspan="6">'.$e->getMessage().'</td></td>';
}
print "</table>";