[prev] [thread] [next] [lurker] [Date index for 2003/03/15]
Update of /cvsroot/siesta/siesta/bin In directory sc8-pr-cvs1:/tmp/cvs-serv11281/bin Modified Files: nacho Log Message: refactor get_users Index: nacho =================================================================== RCS file: /cvsroot/siesta/siesta/bin/nacho,v retrieving revision 1.41 retrieving revision 1.42 diff -u -d -r1.41 -r1.42 --- nacho 15 Mar 2003 21:39:17 -0000 1.41 +++ nacho 15 Mar 2003 21:43:12 -0000 1.42 @@ -126,7 +126,7 @@ # show all users sub show_users { - foreach my $user ( Siesta->storage->get_users ) { + foreach my $user ( Siesta->users ) { printf "%s %s <%s>\n", $user->forename || '', $user->surname || '', $user->id; }
Generated at 13:57 on 01 Jul 2004 by mariachi 0.52