| # | 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(); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |