diff options
| author | klm | 1998-03-08 00:30:44 +0000 |
|---|---|---|
| committer | klm | 1998-03-08 00:30:44 +0000 |
| commit | addc16ceea5550f936ec7d158caa77456287ffa1 (patch) | |
| tree | a6f50c925435e2f1603359b9fc93c6e5f4fe2092 | |
| parent | 9b20c4287b96424ca0ef771c9958b1d363080820 (diff) | |
| download | mailman-addc16ceea5550f936ec7d158caa77456287ffa1.tar.gz mailman-addc16ceea5550f936ec7d158caa77456287ffa1.tar.zst mailman-addc16ceea5550f936ec7d158caa77456287ffa1.zip | |
| -rwxr-xr-x | cgi/options | 2 |
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: |
