Changeset 754
- Timestamp:
- 09/13/05 23:52:50 (8 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/wifidog-auth/wifidog/admin/graph_common.inc.php
r747 r754 31 31 if (!$_REQUEST["date_to"]) 32 32 $_REQUEST["date_to"] = strftime("%Y-%m-%d 11:59"); 33 34 require_once("Image/Graph.php"); 33 35 34 36 $date_constraint = "AND timestamp_in >= '{$_REQUEST['date_from']}' AND timestamp_in <= '{$_REQUEST['date_to']}'";
