mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-20 00:12:15 +00:00
dbupdate_3.3.php: fixed line break
This commit is contained in:
@@ -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';
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user