ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/reports/DBReporter/IscreamLayout.java
(Generate patch)

Comparing projects/cms/source/reports/DBReporter/IscreamLayout.java (file contents):
Revision 1.6 by pjm2, Sun Jan 7 13:26:44 2001 UTC vs.
Revision 1.7 by pjm2, Sun Jan 7 13:28:19 2001 UTC

# Line 80 | Line 80 | public class IscreamLayout {
80                  graphTitle = "24 hour report from "+DateUtils.dateString(startDate)+" to "+DateUtils.dateString(endDate);
81                  break;
82              case ReportPage.WEEK:
83 <                graphTitle = "7 day report from "+DateUtils.shortdateString(startDate)+" to "+DateUtils.shortDateString(endDate);
83 >                graphTitle = "7 day report from "+DateUtils.shortDateString(startDate)+" to "+DateUtils.shortDateString(endDate);
84                  break;
85              case ReportPage.MONTH:
86 <                graphTitle = "30 day report from "+DateUtils.shortdateString(startDate)+" to "+DateUtils.shortdateString(endDate);
86 >                graphTitle = "30 day report from "+DateUtils.shortDateString(startDate)+" to "+DateUtils.shortDateString(endDate);
87                  break;
88              default:
89                  // Do nothing, leave values as they are.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines