Changeset 1357


Ignore:
Timestamp:
Jun 16, 2006, 8:45:06 PM (18 years ago)
Author:
nikrou
Message:

bug 423 fixed: & non encoded in image url

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/branch-1_6/admin/stats.php

    r1084 r1357  
    4545if (isset($_GET['day']) && isset($_GET['month']) && isset($_GET['year']) )
    4646{
    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'];
    4848  $nls_value_title = $lang['w_day'];
    4949  $group_clause = "DATE_FORMAT(date,'%Y-%m-%d') ASC";
     
    5252elseif (isset($_GET['month']) && isset($_GET['year']) )
    5353{
    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'];
    5555  $nls_value_title = $lang['w_day'];
    5656  $group_clause = "DATE_FORMAT(date,'%Y-%m-%d') ASC";
Note: See TracChangeset for help on using the changeset viewer.