Kleinere Fehlerkorrekturen
This commit is contained in:
parent
4f8ad27ef4
commit
fb4155128c
@ -114,7 +114,7 @@ $queryb = $db->query ("SELECT count(*) Anz
|
|||||||
$row_cur_uid_anz = $queryb->fetch_array();
|
$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/');
|
define('FPDF_FONTPATH','font/');
|
||||||
require_once('prints/as_utf_class.php');
|
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){
|
} //Endif($row_cur_uid_anz[Anz] > 0){
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user