");
- $thumb_array = array('sixhour' => '6 Hours', 'day' => '25 Hours', 'twoday' => '48 Hours', 'week' => 'One Week', 'twoweek' => 'Two Weeks',
+ $thumb_array = array('sixhour' => '6 Hours', 'day' => '24 Hours', 'twoday' => '48 Hours', 'week' => 'One Week', 'twoweek' => 'Two Weeks',
'month' => 'One Month', 'twomonth' => 'Two Months','year' => 'One Year', 'twoyear' => 'Two Years');
foreach ($thumb_array as $period => $text)
{
-
$graph_array['from'] = $config['time'][$period];
$link_array = $vars;
@@ -80,7 +79,7 @@ if (!$auth)
$graph_array['height'] = "300";
$graph_array['width'] = $graph_width;
-
+
echo generate_graph_js_state($graph_array);
echo("
");