Fossil SCM
Minor internal doc update.
Commit
d9c991a91ba05fe9b9bd038de0c09d23d033e0d5b808dfbb1f47a0ac93dda164
Parent
d7d5cdd8c28ed6a…
1 file changed
+4
+4
| --- src/configure.c | ||
| +++ src/configure.c | ||
| @@ -370,10 +370,14 @@ | ||
| 370 | 370 | ** /user $MTIME $LOGIN pw $VALUE cap $VALUE info $VALUE photo $VALUE |
| 371 | 371 | ** /shun $MTIME $UUID scom $VALUE |
| 372 | 372 | ** /reportfmt $MTIME $TITLE owner $VALUE cols $VALUE sqlcode $VALUE jx $JSON |
| 373 | 373 | ** /concealed $MTIME $HASH content $VALUE |
| 374 | 374 | ** /subscriber $SMTIME $SEMAIL suname $V ... |
| 375 | +** | |
| 376 | +** NAME-specific notes: | |
| 377 | +** | |
| 378 | +** - /reportftm's $MTIME is in Julian, not the Unix epoch. | |
| 375 | 379 | */ |
| 376 | 380 | void configure_receive(const char *zName, Blob *pContent, int groupMask){ |
| 377 | 381 | int checkMask; /* Masks for which we must first check existance of tables */ |
| 378 | 382 | |
| 379 | 383 | checkMask = CONFIGSET_SCRIBER; |
| 380 | 384 |
| --- src/configure.c | |
| +++ src/configure.c | |
| @@ -370,10 +370,14 @@ | |
| 370 | ** /user $MTIME $LOGIN pw $VALUE cap $VALUE info $VALUE photo $VALUE |
| 371 | ** /shun $MTIME $UUID scom $VALUE |
| 372 | ** /reportfmt $MTIME $TITLE owner $VALUE cols $VALUE sqlcode $VALUE jx $JSON |
| 373 | ** /concealed $MTIME $HASH content $VALUE |
| 374 | ** /subscriber $SMTIME $SEMAIL suname $V ... |
| 375 | */ |
| 376 | void configure_receive(const char *zName, Blob *pContent, int groupMask){ |
| 377 | int checkMask; /* Masks for which we must first check existance of tables */ |
| 378 | |
| 379 | checkMask = CONFIGSET_SCRIBER; |
| 380 |
| --- src/configure.c | |
| +++ src/configure.c | |
| @@ -370,10 +370,14 @@ | |
| 370 | ** /user $MTIME $LOGIN pw $VALUE cap $VALUE info $VALUE photo $VALUE |
| 371 | ** /shun $MTIME $UUID scom $VALUE |
| 372 | ** /reportfmt $MTIME $TITLE owner $VALUE cols $VALUE sqlcode $VALUE jx $JSON |
| 373 | ** /concealed $MTIME $HASH content $VALUE |
| 374 | ** /subscriber $SMTIME $SEMAIL suname $V ... |
| 375 | ** |
| 376 | ** NAME-specific notes: |
| 377 | ** |
| 378 | ** - /reportftm's $MTIME is in Julian, not the Unix epoch. |
| 379 | */ |
| 380 | void configure_receive(const char *zName, Blob *pContent, int groupMask){ |
| 381 | int checkMask; /* Masks for which we must first check existance of tables */ |
| 382 | |
| 383 | checkMask = CONFIGSET_SCRIBER; |
| 384 |