From ae015fa00fb2c3e7779059cd6ff65d3ca6ab464d Mon Sep 17 00:00:00 2001 From: Daniel Maya Date: Wed, 5 Feb 2020 16:40:01 +0100 Subject: [PATCH] Fixed width in availability graph --- pandora_console/include/functions.php | 1 - 1 file changed, 1 deletion(-) diff --git a/pandora_console/include/functions.php b/pandora_console/include/functions.php index a4ad3b84a3..85274c4f91 100644 --- a/pandora_console/include/functions.php +++ b/pandora_console/include/functions.php @@ -3888,7 +3888,6 @@ function generator_chart_to_pdf($type_graph_pdf, $params, $params_combined=false $height_img = 70; } } else { - $width_img = $params['width']; $height_img = $params['height']; }