Differences From Artifact [ed3f73b5b4]:
- File src/json_report.c — part of check-in [a52296e034] at 2011-10-08 15:13:20 on branch json — s/rn/report/, for API consistency. (user: stephan size: 6721)
To Artifact [cc3dffcc35]:
- File src/json_report.c — part of check-in [770f9da54a] at 2011-10-09 11:04:20 on branch json — minor pedantic mtime "as int" casts. (user: stephan size: 6734)
| ︙ | |||
98 99 100 101 102 103 104 | 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 | - + |
"Missing or invalid 'number' (-n) parameter.");
return NULL;
}
db_prepare(&q,"SELECT rn AS report,"
" owner AS owner,"
" title AS title,"
|
| ︙ |