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();
|
||||
|
||||
|
||||
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');
|
||||
|
Loading…
x
Reference in New Issue
Block a user