Remove problems from code inspection.

This commit is contained in:
2023-12-28 13:51:36 +01:00
parent b70cedac3b
commit 679257d709
41 changed files with 131 additions and 153 deletions

View File

@@ -10,4 +10,3 @@ if ($result2) {
echo '<a href="' . $ref . '">Zur<75>ck zur <20>bersicht</a>';
?>

View File

@@ -1,5 +1,5 @@
<?php
$sql1 = 'SELECT * FROM ' . $table . '';
$sql1 = 'SELECT * FROM ' . $table . ';';
$result1 = $db->query($sql1);
?>
<fieldset>

View File

@@ -1,5 +1,5 @@
<?php
$sql1 = 'SELECT * FROM ' . $table . '';
$sql1 = 'SELECT * FROM ' . $table . ';';
$result1 = $db->query($sql1);
echo "<label><b>Mieter</b></label>";

View File

@@ -10,4 +10,3 @@ if (isset($_POST['add'])) {
include "inhalte/kal/saison/standard.php";
}
?>

View File

@@ -10,4 +10,3 @@ if ($result2) {
echo '<a href="index.php?section=kal&t=saison">Zur<75>ck zur <20>bersicht</a>';
?>