diff options
author | Ted Trask <ttrask01@yahoo.com> | 2010-01-01 14:57:07 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2010-01-01 14:57:07 +0000 |
commit | d9bc6f48a604e6f97fa51bee79a259c03eab8404 (patch) | |
tree | f3fb194a37fd81e70853938a424bc2f0214fe55d /weblog-config-html.lsp | |
parent | 605dab2abcf6e762f11d71e5b57f3a10429e9645 (diff) | |
download | acf-weblog-d9bc6f48a604e6f97fa51bee79a259c03eab8404.tar.bz2 acf-weblog-d9bc6f48a604e6f97fa51bee79a259c03eab8404.tar.xz |
Made shorturi a boolean.
Diffstat (limited to 'weblog-config-html.lsp')
-rw-r--r-- | weblog-config-html.lsp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weblog-config-html.lsp b/weblog-config-html.lsp index b2dca38..1a52743 100644 --- a/weblog-config-html.lsp +++ b/weblog-config-html.lsp @@ -4,6 +4,6 @@ require("viewfunctions") <H1><%= html.html_escape(form.label) %></H1> <% - local order = {"auditstart", "auditend", "historydays", "watchdays", "purgedays", "window"} + local order = {"auditstart", "auditend", "historydays", "watchdays", "purgedays", "window", "shorturi", "groupby"} displayform(form, order, nil, page_info) %> |