From e569fe98dabcd37ff30c341728d9574877380be7 Mon Sep 17 00:00:00 2001 From: bwarsaw Date: Sun, 21 Oct 2001 22:12:15 +0000 Subject: show_requests(): To be consistent with pendingsubs, pendingunsubs should just use the empty string if there's no real name. --- Mailman/Cgi/admindb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mailman/Cgi/admindb.py b/Mailman/Cgi/admindb.py index dd0009ac2..26418565f 100644 --- a/Mailman/Cgi/admindb.py +++ b/Mailman/Cgi/admindb.py @@ -202,7 +202,7 @@ def show_requests(mlist, doc): addr = mlist.GetRecord(id) fullname = mlist.getMemberName(addr) if fullname is None: - fullname = _('n/a') + fullname = '' table.AddRow(['%s
%s' % (addr, fullname), RadioButtonArray(id, (_('Defer'), _('Approve'), -- cgit v1.2.3-70-g09d2