diff options
author | Ted Trask <ttrask01@yahoo.com> | 2009-10-08 16:40:58 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2009-10-08 16:40:58 +0000 |
commit | ec988ea69c7391292777cacdc66f670b513d99f4 (patch) | |
tree | 896f8542744b05befaeea4f3047f801f8084fc04 /weblog-status-html.lsp | |
parent | 878989065d9e92ab74ad310eca886323178d44f0 (diff) | |
download | acf-weblog-ec988ea69c7391292777cacdc66f670b513d99f4.tar.bz2 acf-weblog-ec988ea69c7391292777cacdc66f670b513d99f4.tar.xz |
Fixed bug with adhoc query, display results in a table, example descriptions, bumped to 0.4.7v0.4.7
Diffstat (limited to 'weblog-status-html.lsp')
-rw-r--r-- | weblog-status-html.lsp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/weblog-status-html.lsp b/weblog-status-html.lsp index fae98c0..b1c806b 100644 --- a/weblog-status-html.lsp +++ b/weblog-status-html.lsp @@ -17,15 +17,15 @@ end %> <% if status then %> <%= status.value.status.value %> <% else %> -unknown +Unknown <% end %> </DD> <DT>Weblog Database</DT><DD> <% if data.value then %> -present +Present <% else %> -missing +Missing <% if viewlibrary and viewlibrary.dispatch_component then viewlibrary.dispatch_component("createdatabase") end %> |