Differences From Artifact [eb46ab268d]:
- File src/tktsetup.c — part of check-in [14253e9b33] at 2010-01-09 18:32:28 on branch trunk — Added a user configurable TH1 template for the ticket report list. (user: jeremy_c size: 18865)
To Artifact [600a0203f6]:
- File src/tktsetup.c — part of check-in [cd93f5965b] at 2010-01-10 00:07:02 on branch experimental — Fixes to the configurable "report list". Load the correct default TH script when no report list script is specified. Send and receive the report list TH script together with other ticket configuration scripts. (user: drh size: 18871) [more...]
| ︙ | |||
581 582 583 584 585 586 587 | 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 | - + |
@ </th1>
;
/*
** Return the code used to generate the report list
*/
const char *ticket_reportlist_code(void){
|
| ︙ |