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
commit1bf7a917b2d2ba2806e018ca385e44557c7dbf56 (patch)
tree4605000b5f4197033e94cb0628cb8329394a472b /swat/esptest/formtest.esp
parent0f7314ea019a42e202346fc429330f1e8dfa9b7d (diff)
downloadsamba-1bf7a917b2d2ba2806e018ca385e44557c7dbf56.tar.gz
samba-1bf7a917b2d2ba2806e018ca385e44557c7dbf56.tar.bz2
samba-1bf7a917b2d2ba2806e018ca385e44557c7dbf56.zip
r7094: use the Form() object in a few more places
(This used to be commit 9b8546f92179dba826e7ca5ed009b24486ef7a2c)
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 2d3693355c..6dd1f911ea 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>