adding an alphabetical key to op=listUsers

This commit is contained in:
Matthew Wilson 2006-05-08 02:02:40 +00:00
parent aaf60da761
commit e6b0ec16c5

View file

@ -603,6 +603,7 @@ sub www_listUsers {
$output .= '</tr>';
}
$output .= '</table>';
$p->setAlphabeticalKey('username');
$output .= $p->getBarTraditional;
return _submenu($session,$output,undef,"users manage");
}