summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2000-09-23 18:10:54 +0000
committerivan <ivan>2000-09-23 18:10:54 +0000
commit996db5642d7039c6ff9bf817c60382ed0f18aeaa (patch)
treeaf8e2007249b696bbac8926e72fdfda3310a3095
parentc95ebfccc9bce5d8e48d5339d31b25d88a183fde (diff)
better like this
-rwxr-xr-xshift.cgi4
1 files changed, 2 insertions, 2 deletions
diff --git a/shift.cgi b/shift.cgi
index daf63ee..295eda8 100755
--- a/shift.cgi
+++ b/shift.cgi
@@ -2,7 +2,7 @@
#!/usr/bin/perl -Tw
# (Text::Template can't do -T, but no user input is used dangerously)
#
-# $Id: shift.cgi,v 1.3 2000-09-23 18:08:45 ivan Exp $
+# $Id: shift.cgi,v 1.4 2000-09-23 18:10:54 ivan Exp $
#
# Copyright (C) 2000 Adam Gould
# Copyright (C) 2000 Michal Migurski
@@ -134,7 +134,7 @@ if ( $cgi->param() ) {
"Hi,",
"",
"The \"$field\" shift you signed up for has been changed to",
- '"'. $cgi->param($field. "_new"). '"',
+ '"'. $new. '"',
"",
split("\n", $mail_footer),
],