diff options
author | Ted Trask <ttrask01@yahoo.com> | 2011-09-08 20:39:35 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2011-09-08 20:39:35 +0000 |
commit | bd9bd1963b653757970e1d79f4202774aade1577 (patch) | |
tree | be6a2e427d7039550d02ccb4e1f34c97a177cf65 /weblog-adhocquery-html.lsp | |
parent | 70aa90177516e8c3c202b32df1e0cc9221d9e43e (diff) | |
download | acf-weblog-bd9bd1963b653757970e1d79f4202774aade1577.tar.bz2 acf-weblog-bd9bd1963b653757970e1d79f4202774aade1577.tar.xz |
Removed watchlist functionality
Diffstat (limited to 'weblog-adhocquery-html.lsp')
-rw-r--r-- | weblog-adhocquery-html.lsp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/weblog-adhocquery-html.lsp b/weblog-adhocquery-html.lsp index 49675cd..a0e0f7d 100644 --- a/weblog-adhocquery-html.lsp +++ b/weblog-adhocquery-html.lsp @@ -108,13 +108,3 @@ This table contains a historical record of pages requested and blocked by hour. numblock integer ) </pre></DL> - -<H3>Watchlist</H3> -<DL> -This table contains the user watch list. The definition of the table is as follows: -<pre> -( - clientuserid character varying(64) NOT NULL, - expiredatetime timestamp(0) without time zone NOT NULL -) -</pre></DL> |