summaryrefslogtreecommitdiffstats
path: root/did-viewactivitylog-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2010-06-29 13:26:23 +0000
committerTed Trask <ttrask01@yahoo.com>2010-06-29 13:26:23 +0000
commit072e06ced2652119c9c1d6fcd2fddeba8cd6445c (patch)
tree6ada200074f202fa6d38dc311edd1ebacfeffadf /did-viewactivitylog-html.lsp
parente519a05dbd8a7fe2d5c94cf6786d2bc396ddc40c (diff)
downloadacf-did-072e06ced2652119c9c1d6fcd2fddeba8cd6445c.tar.bz2
acf-did-072e06ced2652119c9c1d6fcd2fddeba8cd6445c.tar.xz
Changed timestamps to 'now' and set precisions
Diffstat (limited to 'did-viewactivitylog-html.lsp')
-rw-r--r--did-viewactivitylog-html.lsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/did-viewactivitylog-html.lsp b/did-viewactivitylog-html.lsp
index 9881f27..251cf83 100644
--- a/did-viewactivitylog-html.lsp
+++ b/did-viewactivitylog-html.lsp
@@ -9,7 +9,7 @@
<% for i,log in ipairs(data.value) do %>
<TR>
- <TD><%= html.html_escape(log.logdatetime) %></TD>
+ <TD><%= html.html_escape(string.gsub(log.logdatetime, "%..*", "")) %></TD>
<TD><%= string.gsub(html.html_escape(log.msgtext), "\n", "<BR>") %></TD>
<TD><%= html.html_escape(log.userid) %></TD>
</TR>