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

Comparing projects/cms/source/reports/DBReporter/SHTMLMaker.java (file contents):
Revision 1.5 by pjm2, Sun Jan 7 12:49:28 2001 UTC vs.
Revision 1.8 by pjm2, Sun Jan 7 13:49:54 2001 UTC

# Line 60 | Line 60 | public class SHTMLMaker {
60          
61          IscreamLayout.printGraph(bw, _graphFile, _width, _height, _type, _startDate, _endDate);
62          
63 <        IscreamLayout.printTable(bw, _pd);
63 >        // Let's leave this bit out for now...
64 >        //IscreamLayout.printTable(bw, _pd);
65          
66          IscreamLayout.printBottom(bw);
67          

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines