From 71873d2aa3608905a5348b00a44d1306f18263b6 Mon Sep 17 00:00:00 2001 From: Joe Hunt Date: Sat, 9 Jan 2021 14:59:07 +0100 Subject: [PATCH] Call to undefined count_array() in pdf_report.inc. Fixed. --- reporting/includes/pdf_report.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/reporting/includes/pdf_report.inc b/reporting/includes/pdf_report.inc index a0a78be9..97cb599f 100644 --- a/reporting/includes/pdf_report.inc +++ b/reporting/includes/pdf_report.inc @@ -24,6 +24,7 @@ include_once($path_to_root . "/reporting/includes/reporting.inc"); include_once($path_to_root . "/admin/db/company_db.inc"); include_once($path_to_root . "/admin/db/fiscalyears_db.inc"); include_once($path_to_root . "/admin/db/printers_db.inc"); +include_once($path_to_root . "/includes/ui/ui_globals.inc"); include_once($path_to_root . "/config.php"); class FrontReport extends Cpdf -- 2.30.2