Changeset 918 for trunk/admin


Ignore:
Timestamp:
Oct 30, 2005, 9:35:39 PM (19 years ago)
Author:
volcom
Message:

2005-10-30 volcom

  • bug 190 fixed: issue in stats.tpl display
  • bug fixed: labels of monthly, daily graph fixed
Location:
trunk/admin
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/images/monthly_stats.img.php

    r775 r918  
    3434//------------------------------------------------ variable definition
    3535$outputFormat = "png";
    36 $legend = $lang['stats_global_graph_title'];
     36$legend = $lang['stats_monthly_graph_title'];
    3737$imageHeight = 256;
    3838$imageWidth = 512;
  • trunk/admin/stats.php

    r909 r918  
    3939if (isset($_GET['day']) && isset($_GET['month']) && isset($_GET['year']) )
    4040{
    41   $url_img .= 'dayly_stats.img.php?year='.$_GET['year'].'&month='.$_GET['month'].'&day='.$_GET['day'];
     41  $url_img .= 'daily_stats.img.php?year='.$_GET['year'].'&month='.$_GET['month'].'&day='.$_GET['day'];
    4242  $nls_value_title = $lang['w_day'];
    4343  $group_clause = "DATE_FORMAT(date,'%Y-%m-%d') ASC";
Note: See TracChangeset for help on using the changeset viewer.