summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorklm1998-03-08 00:30:44 +0000
committerklm1998-03-08 00:30:44 +0000
commitaddc16ceea5550f936ec7d158caa77456287ffa1 (patch)
treea6f50c925435e2f1603359b9fc93c6e5f4fe2092
parent9b20c4287b96424ca0ef771c9958b1d363080820 (diff)
downloadmailman-addc16ceea5550f936ec7d158caa77456287ffa1.tar.gz
mailman-addc16ceea5550f936ec7d158caa77456287ffa1.tar.zst
mailman-addc16ceea5550f936ec7d158caa77456287ffa1.zip
-rwxr-xr-xcgi/options2
1 files changed, 1 insertions, 1 deletions
diff --git a/cgi/options b/cgi/options
index 81d82f34e..f95c4bb62 100755
--- a/cgi/options
+++ b/cgi/options
@@ -17,7 +17,7 @@ if len(list_info) < 2:
print doc.Format()
sys.exit(0)
-list_name = string.lower()list_info[0]
+list_name = string.lower(list_info[0])
user = list_info[1]
try: