- Timestamp:
- Jun 16, 2006, 8:47:25 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/stats.php
r1084 r1358 45 45 if (isset($_GET['day']) && isset($_GET['month']) && isset($_GET['year']) ) 46 46 { 47 $url_img .= 'daily_stats.img.php?year='.$_GET['year'].'& month='.$_GET['month'].'&day='.$_GET['day'];47 $url_img .= 'daily_stats.img.php?year='.$_GET['year'].'&month='.$_GET['month'].'&day='.$_GET['day']; 48 48 $nls_value_title = $lang['w_day']; 49 49 $group_clause = "DATE_FORMAT(date,'%Y-%m-%d') ASC"; … … 52 52 elseif (isset($_GET['month']) && isset($_GET['year']) ) 53 53 { 54 $url_img .= 'monthly_stats.img.php?year='.$_GET['year'].'& month='.$_GET['month'];54 $url_img .= 'monthly_stats.img.php?year='.$_GET['year'].'&month='.$_GET['month']; 55 55 $nls_value_title = $lang['w_day']; 56 56 $group_clause = "DATE_FORMAT(date,'%Y-%m-%d') ASC";
Note: See TracChangeset
for help on using the changeset viewer.