Kleinere Fehlerkorrekturen

This commit is contained in:
aschwarz 2023-04-24 08:08:48 +02:00
parent 4f8ad27ef4
commit fb4155128c

View File

@ -114,7 +114,7 @@ $queryb = $db->query ("SELECT count(*) Anz
$row_cur_uid_anz = $queryb->fetch_array();
if($row_cur_uid_anz[Anz] > 0){
if($row_cur_uid_anz['Anz'] > 0){
define('FPDF_FONTPATH','font/');
require_once('prints/as_utf_class.php');
@ -228,4 +228,4 @@ SELECT * from stan_printqueue_antrag WHERE qid > 94541;
} //Endif($row_cur_uid_anz[Anz] > 0){
}
?>
?>