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;