summaryrefslogtreecommitdiff
path: root/swat/esptest/formtest.esp
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-05-30 08:23:37 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:17:15 -0500
commit9b8546f92179dba826e7ca5ed009b24486ef7a2c (patch)
tree752f77d33a50d00d75d57d3dcb5cee8922899ced /swat/esptest/formtest.esp
parentddccf6d2f5c4757111010e3116b41e379a7dc2dd (diff)
downloadsamba-9b8546f92179dba826e7ca5ed009b24486ef7a2c.tar.gz
r7094: use the Form() object in a few more places
Diffstat (limited to 'swat/esptest/formtest.esp')
-rw-r--r--swat/esptest/formtest.esp2
1 files changed, 1 insertions, 1 deletions
diff --git a/swat/esptest/formtest.esp b/swat/esptest/formtest.esp
index 2d3693355cc..6dd1f911ea5 100644
--- a/swat/esptest/formtest.esp
+++ b/swat/esptest/formtest.esp
@@ -15,7 +15,7 @@ display_form(f);
/* if its a post then the user has filled in the form, so
report the values
*/
- if (form['OK']) {
+ if (form['submit'] == "OK") {
%>
You chose firstName=@@form['firstName'] lastName=@@form['lastName']<p>