Fossil SCM
Doc typo fix.
Commit
323e3dfcbd3c81720a983d20a7fff1a5d8a60d980bd8d2854c6bebbdb150a6ec
Parent
1bb06c94d650c6b…
1 file changed
+1
-1
+1
-1
| --- src/report.c | ||
| +++ src/report.c | ||
| @@ -241,11 +241,11 @@ | ||
| 241 | 241 | return rc; |
| 242 | 242 | } |
| 243 | 243 | |
| 244 | 244 | /* |
| 245 | 245 | ** Activate the ticket report query authorizer. Must be followed by an |
| 246 | -** eventual call to ticket_unrestrict_sql(). | |
| 246 | +** eventual call to report_unrestrict_sql(). | |
| 247 | 247 | */ |
| 248 | 248 | void report_restrict_sql(char **pzErr){ |
| 249 | 249 | db_set_authorizer(report_query_authorizer,(void*)pzErr,"Ticket-Report"); |
| 250 | 250 | sqlite3_limit(g.db, SQLITE_LIMIT_VDBE_OP, 10000); |
| 251 | 251 | } |
| 252 | 252 |
| --- src/report.c | |
| +++ src/report.c | |
| @@ -241,11 +241,11 @@ | |
| 241 | return rc; |
| 242 | } |
| 243 | |
| 244 | /* |
| 245 | ** Activate the ticket report query authorizer. Must be followed by an |
| 246 | ** eventual call to ticket_unrestrict_sql(). |
| 247 | */ |
| 248 | void report_restrict_sql(char **pzErr){ |
| 249 | db_set_authorizer(report_query_authorizer,(void*)pzErr,"Ticket-Report"); |
| 250 | sqlite3_limit(g.db, SQLITE_LIMIT_VDBE_OP, 10000); |
| 251 | } |
| 252 |
| --- src/report.c | |
| +++ src/report.c | |
| @@ -241,11 +241,11 @@ | |
| 241 | return rc; |
| 242 | } |
| 243 | |
| 244 | /* |
| 245 | ** Activate the ticket report query authorizer. Must be followed by an |
| 246 | ** eventual call to report_unrestrict_sql(). |
| 247 | */ |
| 248 | void report_restrict_sql(char **pzErr){ |
| 249 | db_set_authorizer(report_query_authorizer,(void*)pzErr,"Ticket-Report"); |
| 250 | sqlite3_limit(g.db, SQLITE_LIMIT_VDBE_OP, 10000); |
| 251 | } |
| 252 |