Differences From:
File
src/report.c
part of check-in
[62f37c9722]
- Begin porting the CVSTrac ticket reporting code over to fossil. The
new code is not yet connected into the system. The port is incomplete.
by
drh on
2007-11-26 01:33:50.
[view]
To:
File
src/report.c
part of check-in
[dff17229ff]
- Addition to the default style sheet to cover the name/value pairs
at the top of the vinfo page. Also a bugfix in the report.c code.
by
drh on
2007-12-02 22:30:09.
Also file
src/report.c
part of check-in
[d0305b305a]
- Merged mainline into my branch to get the newest application.
by
aku on
2007-12-05 08:07:46.
[view]
@@ -917,9 +917,9 @@
** corresponding to REPORTFMT.RN. If the tablist query parameter exists,
** then the output consists of lines of tab-separated fields instead of
** an HTML table.
*/
-void view_view(void){
+void rptview_page(void){
int count = 0;
int rn;
char *zSql;
char *zTitle;