Differences From Artifact [2f12e29956]:
- File src/moderate.c — part of check-in [f63d68d4d3] at 2014-11-30 13:36:29 on branch admin-logging — Added more logging, added admin_log() to printf checker. (user: stephan size: 4802) [more...]
To Artifact [619be2f972]:
- File src/moderate.c — part of check-in [421c9eee0a] at 2014-12-09 16:25:15 on branch trunk — Improvements to timeline submenu and title generation. Faster ambiguous name detection query. (user: drh size: 4811)
| ︙ | |||
38 39 40 41 42 43 44 | 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 | - + |
/*
** Return TRUE if the modreq table exists
*/
int moderation_table_exists(void){
static int modreqExists = -1;
if( modreqExists<0 ){
|
| ︙ |