kleine constant Fehler geändert

This commit is contained in:
aschwarz
2023-02-27 12:46:43 +01:00
parent 3dd89a4231
commit e66d92e5de
5 changed files with 20 additions and 20 deletions

View File

@ -96,7 +96,7 @@ echo"
and uid = '$row[uid]'");
$row_anz_ist = $result_anz_ist->fetch_array();
if($row_anz_ist[Anz] < 3){
if($row_anz_ist['Anz'] < 3){
echo "
<tr>
<td width=\"60%\" style=\"border-left-style: none; border-left-width: medium; border-right-style: none; border-right-width: medium; border-top-style: none; border-top-width: medium; border-bottom-style: solid; border-bottom-width: 1px\">
@ -523,4 +523,4 @@ echo"
} //Ende Action
?>
?>