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

Comparing projects/cms/source/reports/DBReporter2/DBReporter.java (file contents):
Revision 1.4 by pjm2, Sat Feb 3 21:41:11 2001 UTC vs.
Revision 1.5 by pjm2, Sat Feb 3 22:11:39 2001 UTC

# Line 63 | Line 63 | public class DBReporter {
63          
64          // Now output the files for PHP searching.
65          // - print report list stuff out to reports.inc
66 <        System.out.println("Writing reports.inc");
67 <        File reportInc = new File(new File(webDir), "reports.inc");
66 >        System.out.println("Writing report.inc");
67 >        File reportInc = new File(new File(webDir), "report.inc");
68          try {
69              BufferedWriter bw = new BufferedWriter(new FileWriter(reportInc));
70              Iterator reportIt = reports.iterator();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines