Diff
Not logged in

Differences From:

File src/main.c part of check-in [be758137b0] - Allow command-line options of the form "--name=value". by drh on 2008-05-25 11:50:31. [view]

To:

File src/main.c part of check-in [49380d500a] - Continuing work on the ticketing system. by drh on 2008-05-28 18:48:12. [view]

@@ -115,8 +115,9 @@
   int okRdTkt;            /* r: view tickets via web */
   int okNewTkt;           /* n: create new tickets */
   int okApndTkt;          /* c: append to tickets via the web */
   int okWrTkt;            /* w: make changes to tickets via web */
+  int okTktFmt;           /* t: create new ticket report formats */
   int okRdAddr;           /* e: read email addresses on tickets */
 
   FILE *fDebug;           /* Write debug information here, if the file exists */