--- loncom/cgi/userstatus.pl 2004/09/22 15:00:04 1.11 +++ loncom/cgi/userstatus.pl 2005/08/25 19:43:40 1.12 @@ -1,7 +1,7 @@ #!/usr/bin/perl $|=1; # User Status -# $Id: userstatus.pl,v 1.11 2004/09/22 15:00:04 albertel Exp $ +# $Id: userstatus.pl,v 1.12 2005/08/25 19:43:40 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -80,6 +80,7 @@ sub main { my @allfiles=(sort(readdir(DIR))); foreach my $filename (@allfiles) { if ($filename=~/^\./) { next; } + if ($filename=~/^publicuser_/) { next; } my ($dev,$ino,$mode,$nlink, $uid,$gid,$rdev,$size, $atime,$mtime,$ctime,