diff options
author | Mika Havela <mika.havela@gmail.com> | 2008-04-16 08:52:45 +0000 |
---|---|---|
committer | Mika Havela <mika.havela@gmail.com> | 2008-04-16 08:52:45 +0000 |
commit | e35246c55714f936b5771f475c706aa5bbec2863 (patch) | |
tree | c6f3c033e81be118a31ef80e1ee2758cfe3c718e /gnats-report-html.lsp | |
parent | 16047cb7fd337b09ad193fb3145163e1f4f00ec4 (diff) | |
download | acf-gnats-e35246c55714f936b5771f475c706aa5bbec2863.tar.bz2 acf-gnats-e35246c55714f936b5771f475c706aa5bbec2863.tar.xz |
Removing the 'hide spam|test records'.
When user reports a bug by using acf-gnats, then submitter_id=web-users.
Presenting submitter_id information when looking at a bugreport.
git-svn-id: svn://svn.alpinelinux.org/acf/gnats/trunk@996 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'gnats-report-html.lsp')
-rw-r--r-- | gnats-report-html.lsp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnats-report-html.lsp b/gnats-report-html.lsp index b438fa7..47ca45d 100644 --- a/gnats-report-html.lsp +++ b/gnats-report-html.lsp @@ -51,7 +51,7 @@ end <DL> <? local myform = form.reportform -local tags = { "reporter_name", "from", "reporter_id", "reporter_org" } +local tags = { "reporter_name", "from" } displayinfo(myform,tags) ?> </DL> |