Differences From Artifact [5f12c6e590]:
- File src/json_report.c — part of check-in [53ba1f2950] at 2012-02-12 11:30:52 on branch trunk — Usage text correction (wrong parameter name) in (json report get). (user: stephan size: 6792) [more...]
To Artifact [0cd77e64d3]:
- File src/json_report.c — part of check-in [070b75542c] at 2012-03-21 20:23:55 on branch trunk — Throughout the /json API, renamed the "mtime" property with "timestamp", to consolidate the inconsistent usage. (user: stephan size: 6796) [more...]
| ︙ | |||
99 100 101 102 103 104 105 | 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 | - + |
"Missing or invalid 'report' (-r) parameter.");
return NULL;
}
db_prepare(&q,"SELECT rn AS report,"
" owner AS owner,"
" title AS title,"
|
| ︙ |