Differences From Artifact [e7e06add5c]:
- File src/tkt.c — part of check-in [3122fc4c7e] at 2008-02-14 02:49:41 on branch trunk — Continuing work on tickets (still not working right.) Improvements to the web pages. (user: drh size: 16092) [more...]
To Artifact [5b74369b2c]:
- File src/tkt.c — part of check-in [68c24b1857] at 2008-05-16 18:11:39 on branch trunk — Progress toward getting ticket handling to work. (user: drh size: 16119)
| ︙ | ︙ | |||
296 297 298 299 300 301 302 303 304 305 306 307 308 309 |
}
db_finalize(&q);
db_end_transaction(0);
}
/*
** WEBPAGE: tktview
**
** View a ticket.
*/
void tktview_page(void){
char *zScript;
int nScript;
login_check_credentials();
| > | 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 |
}
db_finalize(&q);
db_end_transaction(0);
}
/*
** WEBPAGE: tktview
** URL: tktview?name=UUID
**
** View a ticket.
*/
void tktview_page(void){
char *zScript;
int nScript;
login_check_credentials();
|
| ︙ | ︙ |