Differences From Artifact [e34a78cca4]:
- File src/capabilities.c — part of check-in [14335899ef] at 2018-07-30 23:29:21 on branch forum-v2 — Improved login screen with a "Create A New Account" button. (user: drh size: 11759)
To Artifact [ba1baaea14]:
- File src/capabilities.c — part of check-in [2cce85f421] at 2018-07-31 10:30:28 on branch forum-v2 — Fix a minor problem with the user capability summary display. (user: drh size: 11759) [more...]
| ︙ | |||
358 359 360 361 362 363 364 | 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 | - + |
eType = 1;
}else{
eType = 0;
}
@ <td class="%s(azClass[eType])">%s(azType[eType])</td>
/* Wiki */
|
| ︙ |