summaryrefslogtreecommitdiff
path: root/fml/lib/FML/CGI/User.pm
diff options
context:
space:
mode:
authorfukachan <fukachan>2003-09-27 04:08:14 +0000
committerfukachan <fukachan>2003-09-27 04:08:14 +0000
commit2382f38c2a785eb96e51e8df47815536a81c791f (patch)
tree7ded97bae161a4321eb9b665f82410e4e675cde8 /fml/lib/FML/CGI/User.pm
parent9a19b519dd6a6986e750c6d4dd3d916b42c8084e (diff)
downloadfml8-2382f38c2a785eb96e51e8df47815536a81c791f.tar.gz
fml8-2382f38c2a785eb96e51e8df47815536a81c791f.tar.bz2
fml8-2382f38c2a785eb96e51e8df47815536a81c791f.zip
fix selected_key name
Diffstat (limited to 'fml/lib/FML/CGI/User.pm')
-rw-r--r--fml/lib/FML/CGI/User.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/fml/lib/FML/CGI/User.pm b/fml/lib/FML/CGI/User.pm
index f5b013dd..99466f43 100644
--- a/fml/lib/FML/CGI/User.pm
+++ b/fml/lib/FML/CGI/User.pm
@@ -4,7 +4,7 @@
# All rights reserved. This program is free software; you can
# redistribute it and/or modify it under the same terms as Perl itself.
#
-# $FML: User.pm,v 1.1 2003/09/27 03:00:18 fukachan Exp $
+# $FML: User.pm,v 1.2 2003/09/27 03:44:05 fukachan Exp $
#
package FML::CGI::User;
@@ -63,7 +63,7 @@ sub cgi_menu
}
elsif ($comname eq 'digestoff') {
$address_list = $curproc->get_address_list( 'digest_recipient_maps' );
- $selected_key = 'digest recipients';
+ $selected_key = 'digest_recipients';
}
elsif ($comname eq 'addadmin' ||
$comname eq 'adminadd' ||