Kleinere Fehlerkorrekturen
This commit is contained in:
parent
e72f716478
commit
9119f75eac
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user