Fossil SCM
Fixed a comment: it was not only referring to the now-removed /test-forumnew page, it didn't properly describe what followed.
Commit
0475b4f120ac18b731b4490e951d6c8a0857063a26a1da471664ef677936735e
Parent
6fa4d92e6a51b72…
1 file changed
+2
-1
+2
-1
| --- src/forum.c | ||
| +++ src/forum.c | ||
| @@ -1119,11 +1119,12 @@ | ||
| 1119 | 1119 | @ <input type="submit" name="submit" value="Submit"> |
| 1120 | 1120 | }else{ |
| 1121 | 1121 | @ <input type="submit" name="submit" value="Submit" disabled> |
| 1122 | 1122 | } |
| 1123 | 1123 | if( g.perm.Debug ){ |
| 1124 | - /* For the test-forumnew page add these extra debugging controls */ | |
| 1124 | + /* Give extra control over the post to users with the special | |
| 1125 | + * Debug capability, which includes Admin and Setup users */ | |
| 1125 | 1126 | @ <div class="debug"> |
| 1126 | 1127 | @ <label><input type="checkbox" name="dryrun" %s(PCK("dryrun"))> \ |
| 1127 | 1128 | @ Dry run</label> |
| 1128 | 1129 | @ <br><label><input type="checkbox" name="domod" %s(PCK("domod"))> \ |
| 1129 | 1130 | @ Require moderator approval</label> |
| 1130 | 1131 |
| --- src/forum.c | |
| +++ src/forum.c | |
| @@ -1119,11 +1119,12 @@ | |
| 1119 | @ <input type="submit" name="submit" value="Submit"> |
| 1120 | }else{ |
| 1121 | @ <input type="submit" name="submit" value="Submit" disabled> |
| 1122 | } |
| 1123 | if( g.perm.Debug ){ |
| 1124 | /* For the test-forumnew page add these extra debugging controls */ |
| 1125 | @ <div class="debug"> |
| 1126 | @ <label><input type="checkbox" name="dryrun" %s(PCK("dryrun"))> \ |
| 1127 | @ Dry run</label> |
| 1128 | @ <br><label><input type="checkbox" name="domod" %s(PCK("domod"))> \ |
| 1129 | @ Require moderator approval</label> |
| 1130 |
| --- src/forum.c | |
| +++ src/forum.c | |
| @@ -1119,11 +1119,12 @@ | |
| 1119 | @ <input type="submit" name="submit" value="Submit"> |
| 1120 | }else{ |
| 1121 | @ <input type="submit" name="submit" value="Submit" disabled> |
| 1122 | } |
| 1123 | if( g.perm.Debug ){ |
| 1124 | /* Give extra control over the post to users with the special |
| 1125 | * Debug capability, which includes Admin and Setup users */ |
| 1126 | @ <div class="debug"> |
| 1127 | @ <label><input type="checkbox" name="dryrun" %s(PCK("dryrun"))> \ |
| 1128 | @ Dry run</label> |
| 1129 | @ <br><label><input type="checkbox" name="domod" %s(PCK("domod"))> \ |
| 1130 | @ Require moderator approval</label> |
| 1131 |