From 100b5bfeb1f1e9bb0b0034c132e7f9f1f5678665 Mon Sep 17 00:00:00 2001 From: Dan Langille Date: Tue, 2 Jul 2024 15:50:41 +0000 Subject: [PATCH] Declare undeclared properties --- classes/system_branch.php | 1 + www/graphs/bar-graphs.php | 1 + 2 files changed, 2 insertions(+) diff --git a/classes/system_branch.php b/classes/system_branch.php index e6918dd2..d6660b35 100644 --- a/classes/system_branch.php +++ b/classes/system_branch.php @@ -8,6 +8,7 @@ class SystemBranch { var $branch_names = array(); + var $system_branch; var $dbh; diff --git a/www/graphs/bar-graphs.php b/www/graphs/bar-graphs.php index 270554f5..bbfc98aa 100644 --- a/www/graphs/bar-graphs.php +++ b/www/graphs/bar-graphs.php @@ -38,6 +38,7 @@ class dg_BarGraph { var $margin_r; var $font_name; + var $font_name_bold; var $label_size; var $label_color;