hopefully fix graph timepicker?

git-svn-id: http://www.observium.org/svn/observer/trunk@3027 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Tom Laermans
2012-04-12 14:58:14 +00:00
parent 559ab81645
commit 6ff76f0be3
+1 -1
View File
@@ -179,7 +179,7 @@ if (!$auth)
<form id='customrange' action=\"test\">
<p>
");
echo("<input type=hidden id='selfaction' value='" . $_SERVER['PHP_SELF'] . "'>");
echo("<input type=hidden id='selfaction' value='" . $_SERVER['REQUEST_URI'] . "'>");
echo("
<strong>From:</strong> <input type='text' id='dtpickerfrom' maxlength=16 value='" . date('Y-m-d H:i', $graph_array['from']) . "'>
<strong>To:</strong> <input type='text' id='dtpickerto' maxlength=16 value='" . date('Y-m-d H:i', $graph_array['to']) . "'>