summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2009-10-23 10:46:55 +0000
committerTed Trask <ttrask01@yahoo.com>2009-10-23 10:46:55 +0000
commit59cf270fb495a9a5aab61036a639031220f84a3a (patch)
treea111f2d2a209fb67c17ad567e9e3746e8490e06e
parent9df4e8c1feab7e61ff76e631763ec89a8f1d7909 (diff)
downloadacf-weblog-59cf270fb495a9a5aab61036a639031220f84a3a.tar.bz2
acf-weblog-59cf270fb495a9a5aab61036a639031220f84a3a.tar.xz
Fixed minor graphical bug, bumped to 0.4.9v0.4.9
-rw-r--r--Makefile2
-rw-r--r--weblog-status-html.lsp7
2 files changed, 5 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index db6c769..270d61c 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
APP_NAME=weblog
PACKAGE=acf-$(APP_NAME)
-VERSION=0.4.8
+VERSION=0.4.9
CRON_FILE=weblogimport
diff --git a/weblog-status-html.lsp b/weblog-status-html.lsp
index b1c806b..9ff17d7 100644
--- a/weblog-status-html.lsp
+++ b/weblog-status-html.lsp
@@ -26,9 +26,10 @@ Unknown
Present
<% else %>
Missing
-<% if viewlibrary and viewlibrary.dispatch_component then
- viewlibrary.dispatch_component("createdatabase")
-end %>
<% end %>
</DD>
</DL>
+
+<% if not data.value and viewlibrary and viewlibrary.dispatch_component then
+ viewlibrary.dispatch_component("createdatabase")
+end %>