summaryrefslogtreecommitdiffstats
path: root/weblog-adhocquery-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2009-09-21 11:03:41 +0000
committerTed Trask <ttrask01@yahoo.com>2009-09-21 11:03:41 +0000
commit83591a31c7d27155e47b35c2e62d2662b759f462 (patch)
tree36a7a03f19d2f8dceec961c4d9efbafdb57a89aa /weblog-adhocquery-html.lsp
parentf2c79a9fb3c0a96b16c8f723848cee90ab173c57 (diff)
downloadacf-weblog-83591a31c7d27155e47b35c2e62d2662b759f462.tar.bz2
acf-weblog-83591a31c7d27155e47b35c2e62d2662b759f462.tar.xz
Added pagination for history and usage, more precision for history timestamp.
Diffstat (limited to 'weblog-adhocquery-html.lsp')
-rw-r--r--weblog-adhocquery-html.lsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/weblog-adhocquery-html.lsp b/weblog-adhocquery-html.lsp
index c581fbe..b55fc4d 100644
--- a/weblog-adhocquery-html.lsp
+++ b/weblog-adhocquery-html.lsp
@@ -46,7 +46,7 @@ These tables contain the combined squid access log and dansguardian log for ever
This table contains the database history, including such information as which log files were loaded and how many entries they contained. The definition of the table is as follows:
<pre>
(
- logdatetime timestamp(0) without time zone NOT NULL,
+ logdatetime timestamp(3) without time zone NOT NULL,
msgtext text
)
</pre>