diff options
author | Ted Trask <ttrask01@yahoo.com> | 2008-05-02 21:07:27 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2008-05-02 21:07:27 +0000 |
commit | 3eecd1d2d435332a27e1712cdb352391ffaa0b9d (patch) | |
tree | ecd89bf4194ef4a4d1deeec559a84cd744a9c58b /lib/viewfunctions.lua | |
parent | 8e78bcd38414770922d8fb77d534e9b65b8bab1c (diff) | |
download | acf-core-3eecd1d2d435332a27e1712cdb352391ffaa0b9d.tar.bz2 acf-core-3eecd1d2d435332a27e1712cdb352391ffaa0b9d.tar.xz |
Updated roles
git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1099 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'lib/viewfunctions.lua')
-rw-r--r-- | lib/viewfunctions.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/viewfunctions.lua b/lib/viewfunctions.lua index c7aa53f..5080a34 100644 --- a/lib/viewfunctions.lua +++ b/lib/viewfunctions.lua @@ -99,7 +99,7 @@ function displayitem(myitem, viewtype) for x,val in ipairs(myitem.option) do myitem.value = val myitem.checked = reverseval[val] - myitem.name = tempname .. "." .. val + myitem.name = tempname .. "." .. x io.write(html.form.checkbox(myitem) .. val .. "<br>\n") end myitem.name = tempname |