[vhffs-dev] [1354] Removed useless comments. |
[ Thread Index |
Date Index
| More vhffs.org/vhffs-dev Archives
]
Revision: 1354
Author: beuss
Date: 2009-03-09 13:09:29 +0100 (Mon, 09 Mar 2009)
Log Message:
-----------
Removed useless comments.
Modified Paths:
--------------
branches/vhffs-design/vhffs-public/usersearch.pl
Modified: branches/vhffs-design/vhffs-public/usersearch.pl
===================================================================
--- branches/vhffs-design/vhffs-public/usersearch.pl 2009-03-09 12:04:30 UTC (rev 1353)
+++ branches/vhffs-design/vhffs-public/usersearch.pl 2009-03-09 12:09:29 UTC (rev 1354)
@@ -63,24 +63,6 @@
exit(0);
}
-# Let's format users (what's the best ?
-# this or have multiple requests ?
-
-#my $users = [];
-#my $user;
-#
-#foreach my $u(@$tmp) {
-# if(!defined($user) || $user->{username} ne $u->{username}) {
-# push(@$users, $user) if(defined($user));
-# $user = $u;
-#
-# $user->{groups} = ();
-# }
-# push(@{$user->{groups}}, $u->{groupname});
-#}
-#
-#push(@$users, $user) if(defined $user);
-
my $pager = Vhffs::Panel::Commons::get_pager($page, $total, 10, 5, $panel->{url}, { username => $username });
$panel->render('content/usersearch-results.tt', {