Fossil

Check-in [ed26056bb5]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:fixed a small copy/paste error in /setup_ticket
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: ed26056bb5aea7c642f78ff77496424c18b1786e
User & Date: wanderi1 2008-02-21 16:16:00.000
References
2008-02-24
18:50
Merged to [ed26056bb5]. check-in: 588bb7cd73 user: aku tags: trunk
Context
2008-02-24
18:50
Merged to [ed26056bb5]. check-in: 588bb7cd73 user: aku tags: trunk
2008-02-21
16:16
fixed a small copy/paste error in /setup_ticket check-in: ed26056bb5 user: wanderi1 tags: trunk
14:27
Record whether or not files have their execute permission bit set. Set or clear the execute permission bit upon checkout. check-in: 33c31f73cd user: drh tags: trunk
Changes
Unified Diff Ignore Whitespace Patch
Changes to src/setup.c.
735
736
737
738
739
740
741
742
743
744
745
746
747
  @ system setup for this server.</p>
  @ <textarea name="cfg" rows="40" cols="80">%h(zConfig)</textarea>
  @ <br />
  @ <input type="submit" name="submit" value="Apply Changes">
  @ <input type="submit" name="clear" value="Revert To Default">
  @ </form>
  @ <hr>
  @ Here is the default page header:
  @ <blockquote><pre>
  @ %h(zDefaultTicketConfig)
  @ </pre></blockquote>
  db_end_transaction(0);
}







|





735
736
737
738
739
740
741
742
743
744
745
746
747
  @ system setup for this server.</p>
  @ <textarea name="cfg" rows="40" cols="80">%h(zConfig)</textarea>
  @ <br />
  @ <input type="submit" name="submit" value="Apply Changes">
  @ <input type="submit" name="clear" value="Revert To Default">
  @ </form>
  @ <hr>
  @ Here is the default ticket configuration:
  @ <blockquote><pre>
  @ %h(zDefaultTicketConfig)
  @ </pre></blockquote>
  db_end_transaction(0);
}