dbupdate_3.3.php: fixed line break

This commit is contained in:
KarpAlex
2021-10-13 09:15:58 +02:00
parent 901f9ba7fa
commit 4777c0414f
+1 -1
View File
@@ -5203,7 +5203,7 @@ if($result = $db->db_query("SELECT 1 FROM system.tbl_app WHERE app='dvuh'"))
if(!$db->db_query($qry))
echo '<strong>App: '.$db->db_last_error().'</strong><br>';
else
echo ' Neue App dvuh in system.tbl_app hinzugefügt<br>';
echo '<br>Neue App dvuh in system.tbl_app hinzugefügt';
}
}