Révision a116a259
fix graph_total
| plugins/moodle/moodle_modules_total.php | ||
|---|---|---|
| 54 | 54 |
echo "graph_category Moodle\n"; |
| 55 | 55 |
echo "graph_scale no\n"; |
| 56 | 56 |
echo "graph_info Displays the sum of module, as well as module instance number by type, in your Moodle site\n"; |
| 57 |
echo "graph_total.label total\n";
|
|
| 57 |
echo "graph_total total\n"; |
|
| 58 | 58 |
$draw = "AREA"; |
| 59 | 59 |
foreach($data as $entry) {
|
| 60 | 60 |
echo "modules_".$entry->modulename.".label ".$entry->modulename."\n"; |
Formats disponibles : Unified diff