Kleinere Fehlerkorrekturen

This commit is contained in:
aschwarz 2023-04-15 09:37:29 +02:00
parent e72f716478
commit 9119f75eac

View File

@ -358,9 +358,9 @@ echo "
$result1 = $db->query("SELECT * FROM pros_ergebnis where uid=\"$row[uid]\"");
$row1 = $result1->fetch_array();
if($row1[Note] != ''){
$vorkomma = substr($row1[Note], 0,1);
$nachkomma = substr($row1[Note], 2,1);
if($row1['Note'] != ''){
$vorkomma = substr($row1['Note'], 0,1);
$nachkomma = substr($row1['Note'], 2,1);
}else{
$vorkomma = "";
$nachkomma = "";
@ -635,7 +635,7 @@ echo"
}
*/
if ($vorhanden[uid] == ""){
if ($vorhanden['uid'] == ""){
$sql = $db->query ("INSERT INTO pros_ergebnis(
uid,