From e6b0ec16c525a63e4df1b7367cbe16ac2f38b1e6 Mon Sep 17 00:00:00 2001 From: Matthew Wilson Date: Mon, 8 May 2006 02:02:40 +0000 Subject: [PATCH] adding an alphabetical key to op=listUsers --- lib/WebGUI/Operation/User.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/WebGUI/Operation/User.pm b/lib/WebGUI/Operation/User.pm index 238f7259f..bb4aba4c9 100644 --- a/lib/WebGUI/Operation/User.pm +++ b/lib/WebGUI/Operation/User.pm @@ -603,6 +603,7 @@ sub www_listUsers { $output .= ''; } $output .= ''; + $p->setAlphabeticalKey('username'); $output .= $p->getBarTraditional; return _submenu($session,$output,undef,"users manage"); }