Fossil SCM
Finalize the query for the various report formats on the reportlist page.
Commit
34ccf66e17481650eaf7899f497cc9caca2fdd19
Parent
4727ef4a8e6b266…
1 file changed
+1
+1
| --- src/report.c | ||
| +++ src/report.c | ||
| @@ -78,10 +78,11 @@ | ||
| 78 | 78 | blob_appendf(&ril, "[%zsql</a>]", |
| 79 | 79 | href("%R/rptsql?rn=%d", rn)); |
| 80 | 80 | } |
| 81 | 81 | blob_appendf(&ril, "</li>\n"); |
| 82 | 82 | } |
| 83 | + db_finalize(&q); | |
| 83 | 84 | |
| 84 | 85 | Th_Store("report_items", blob_str(&ril)); |
| 85 | 86 | |
| 86 | 87 | Th_Render(zScript); |
| 87 | 88 | |
| 88 | 89 |
| --- 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 |