From 43602a8ef2bd6d986b3644957b3a247dd1778f9c Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Wed, 18 Nov 2009 11:43:35 +0000 Subject: Copy / paste errors --- did-model.lua | 2 +- did-status-html.lsp | 4 ++-- didpublish | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/did-model.lua b/did-model.lua index 319a5cc..444eb4f 100644 --- a/did-model.lua +++ b/did-model.lua @@ -911,7 +911,7 @@ function create_database(database) end function getactivitylog() - local retval = cfe({ type="list", value={}, label="Weblog Activity Log" }) + local retval = cfe({ type="list", value={}, label="DID Activity Log" }) local res, err = pcall(function() local connected = databaseconnect(DatabaseUser) retval.value = listhistorylogentries() or {} diff --git a/did-status-html.lsp b/did-status-html.lsp index 71af504..33c75b9 100644 --- a/did-status-html.lsp +++ b/did-status-html.lsp @@ -18,9 +18,9 @@ if status then %> <% end %> <% if data.value then %> -

Weblog Database present +

DID Database present <% else %> -

Weblog Database missing +

DID Database missing <% if viewlibrary and viewlibrary.dispatch_component then viewlibrary.dispatch_component("createdatabase") end %> diff --git a/didpublish b/didpublish index 88870c7..1f22b79 100755 --- a/didpublish +++ b/didpublish @@ -20,5 +20,5 @@ cfe = function ( optiontable ) end _G.cfe = cfe --- Call the weblog model to import the logs +-- Call the DID model to import the logs t.publishalldefinitions() -- cgit v1.2.3