kleine constant Fehler geändert
This commit is contained in:
@ -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
|
||||
?>
|
||||
?>
|
||||
|
Reference in New Issue
Block a user