summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2013-11-19 14:01:37 +0000
committerTed Trask <ttrask01@yahoo.com>2013-11-19 14:01:37 +0000
commit6a84042c9cb4235fb29acee39fb778b5c0016e5b (patch)
tree9a5ab111c57c8978994f4b10c6db656fb13dd188
parent1919376ad4ee2a01c8262da9ff318f7adb96d744 (diff)
downloadacf-weblog-6a84042c9cb4235fb29acee39fb778b5c0016e5b.tar.bz2
acf-weblog-6a84042c9cb4235fb29acee39fb778b5c0016e5b.tar.xz
Fix link for weblog date to show all records for this user
-rw-r--r--weblog-viewweblog-html.lsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/weblog-viewweblog-html.lsp b/weblog-viewweblog-html.lsp
index b9bd092..c729771 100644
--- a/weblog-viewweblog-html.lsp
+++ b/weblog-viewweblog-html.lsp
@@ -137,7 +137,7 @@ data.value.focus = focus
</DL>
<%
-local clientinfo = ""
+local clientinfo = "submit=true&badyesno=false&deniedyesno=false&bypassyesno=false&selected=false&"
if data.value.clientuserid.value ~= "" then
clientinfo = clientinfo .. "clientuserid="..data.value.clientuserid.value.."&"
end