Commit 57e1fe6cde1c1fffd08da817db34c978ddf366ea
1 parent
44a425e3
Test Graphe
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
site/graphe.php
@@ -6,7 +6,7 @@ require_once('accesBase.php'); | @@ -6,7 +6,7 @@ require_once('accesBase.php'); | ||
6 | $history = getHistory($_REQUEST['nom'], '', '', $_REQUEST['start'], $_REQUEST['end'], $_REQUEST['nombre']); | 6 | $history = getHistory($_REQUEST['nom'], '', '', $_REQUEST['start'], $_REQUEST['end'], $_REQUEST['nombre']); |
7 | $y = makeArray($history, "value"); | 7 | $y = makeArray($history, "value"); |
8 | $x = makeArray($history, "date"); | 8 | $x = makeArray($history, "date"); |
9 | -str_replace(" ", "\n", $datax); | 9 | +//str_replace(" ", "\n", $datax); |
10 | 10 | ||
11 | for(int i=0; i<count($y); i++) | 11 | for(int i=0; i<count($y); i++) |
12 | { | 12 | { |