count all departments
authorDobrica Pavlinusic <dpavlin@rot13.org>
Sun, 15 Jan 2017 20:18:13 +0000 (21:18 +0100)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Sun, 15 Jan 2017 20:18:13 +0000 (21:18 +0100)
html.pl

diff --git a/html.pl b/html.pl
index 18ad509..b6f4861 100755 (executable)
--- a/html.pl
+++ b/html.pl
@@ -114,7 +114,7 @@ while( my $row = $sth_auth->fetchrow_hashref ) {
 debug 'department_in_group' => $department_in_group;
 
 foreach my $department ( keys %$department_in_sum ) {
-       $department_in_sum->{$department} = 0 unless $department =~ m/(centar|croaticum|katedra|odsjek)/i;
+#      $department_in_sum->{$department} = 0 unless $department =~ m/(centar|croaticum|katedra|odsjek)/i;
 }
 
 debug 'auth_department' => $auth_department;