diff options
author | Ted Trask <ttrask01@yahoo.com> | 2012-08-02 19:09:20 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2012-08-02 19:09:20 +0000 |
commit | 653a746f44df864c9576cc11dda6e0235b4d19c4 (patch) | |
tree | a127c2c7deec54f0661f273f354d15fbd4b4cc30 /kamailio-viewtable-html.lsp | |
parent | b963f85bac515410282ae6ff2395785017bbfcd7 (diff) | |
download | acf-kamailio-653a746f44df864c9576cc11dda6e0235b4d19c4.tar.bz2 acf-kamailio-653a746f44df864c9576cc11dda6e0235b4d19c4.tar.xz |
Removed redirect_to_referrer calls
Diffstat (limited to 'kamailio-viewtable-html.lsp')
-rw-r--r-- | kamailio-viewtable-html.lsp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kamailio-viewtable-html.lsp b/kamailio-viewtable-html.lsp index 3a4c076..38dd720 100644 --- a/kamailio-viewtable-html.lsp +++ b/kamailio-viewtable-html.lsp @@ -31,7 +31,7 @@ <form action="deletetableentry" method="POST"> <input class="hidden" type="hidden" name="table" value="<%= html.html_escape(form.value.table.value) %>"> <input class="hidden" type="hidden" name="id" value="<%= html.html_escape(tableentry.id) %>"> - <input class="submit" type="submit" value="Delete"></form> + <input class="submit" type="submit" name="submit" value="Delete"></form> <% end %> </TD> <% end %> |