From 602abbdf57454e72395141094397ef66f3aaad99 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Mon, 13 Sep 2010 08:26:10 +0000 Subject: Split fullname into firstname and lastname fields. --- vmail-listmessages-html.lsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vmail-listmessages-html.lsp') diff --git a/vmail-listmessages-html.lsp b/vmail-listmessages-html.lsp index 78687d1..837232c 100644 --- a/vmail-listmessages-html.lsp +++ b/vmail-listmessages-html.lsp @@ -8,7 +8,7 @@ if viewlibrary.check_permission("listusers") and (viewlibrary.check_permission(" useroptions = {} for i,u in ipairs(users.value) do if u.username ~= session.userinfo.userid then - useroptions[#useroptions+1] = '' + useroptions[#useroptions+1] = '' end end useroptions = table.concat(useroptions) -- cgit v1.2.3