diff options
author | Ted Trask <ttrask01@yahoo.com> | 2009-11-18 11:43:35 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2009-11-18 11:43:35 +0000 |
commit | 43602a8ef2bd6d986b3644957b3a247dd1778f9c (patch) | |
tree | d4aba2478ae5ecbff581f0a2e9c1f3dda70a363c | |
parent | e143e99ebf2ead069cb4d820e276835816bd9e25 (diff) | |
download | acf-did-43602a8ef2bd6d986b3644957b3a247dd1778f9c.tar.bz2 acf-did-43602a8ef2bd6d986b3644957b3a247dd1778f9c.tar.xz |
Copy / paste errors
-rw-r--r-- | did-model.lua | 2 | ||||
-rw-r--r-- | did-status-html.lsp | 4 | ||||
-rwxr-xr-x | 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 %> -<p>Weblog Database present +<p>DID Database present <% else %> -<p>Weblog Database missing +<p>DID Database missing <% if viewlibrary and viewlibrary.dispatch_component then viewlibrary.dispatch_component("createdatabase") end %> @@ -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() |