Fossil SCM

Finalize the query for the various report formats on the reportlist page.

drh 2013-08-30 12:25 UTC trunk
Commit 34ccf66e17481650eaf7899f497cc9caca2fdd19
1 file changed +1
--- src/report.c
+++ src/report.c
@@ -78,10 +78,11 @@
7878
blob_appendf(&ril, "[%zsql</a>]",
7979
href("%R/rptsql?rn=%d", rn));
8080
}
8181
blob_appendf(&ril, "</li>\n");
8282
}
83
+ db_finalize(&q);
8384
8485
Th_Store("report_items", blob_str(&ril));
8586
8687
Th_Render(zScript);
8788
8889
--- src/report.c
+++ src/report.c
@@ -78,10 +78,11 @@
78 blob_appendf(&ril, "[%zsql</a>]",
79 href("%R/rptsql?rn=%d", rn));
80 }
81 blob_appendf(&ril, "</li>\n");
82 }
 
83
84 Th_Store("report_items", blob_str(&ril));
85
86 Th_Render(zScript);
87
88
--- src/report.c
+++ src/report.c
@@ -78,10 +78,11 @@
78 blob_appendf(&ril, "[%zsql</a>]",
79 href("%R/rptsql?rn=%d", rn));
80 }
81 blob_appendf(&ril, "</li>\n");
82 }
83 db_finalize(&q);
84
85 Th_Store("report_items", blob_str(&ril));
86
87 Th_Render(zScript);
88
89

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button