From 338001fb6a5be4459cfe1b2af6cde77846867721 Mon Sep 17 00:00:00 2001 From: ak4t0sh Date: Fri, 3 Jul 2015 21:55:38 +0200 Subject: [PATCH] file_size graph : useless graph_scale removal --- plugins/moodle/moodle_files.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugins/moodle/moodle_files.php b/plugins/moodle/moodle_files.php index cdf6c978..13a9a31e 100644 --- a/plugins/moodle/moodle_files.php +++ b/plugins/moodle/moodle_files.php @@ -81,7 +81,6 @@ if (count($argv) === 2 && $argv[1] === 'config') { echo "graph_args --base 1024 --lower-limit 0\n"; echo "graph_vlabel size\n"; echo "graph_category Moodle\n"; - echo "graph_scale no\n"; echo "graph_total total\n"; echo "graph_info Displays the total size of moodle users files and repartition by type\n"; @@ -119,7 +118,6 @@ echo "graph_title Moodle Files Size\n"; echo "graph_args --base 1024 --lower-limit 0\n"; echo "graph_vlabel size\n"; echo "graph_category Moodle\n"; -echo "graph_scale yes\n"; echo "graph_total total\n"; echo "graph_info Displays the total size of moodle users files and repartition by type\n";