| Line 116... |
Line 116... |
| 116 |
push @sysadmins, $h->li ($h->a ({ href=>"/schedule/games.pl" }, "Manage Games"));
|
116 |
push @sysadmins, $h->li ($h->a ({ href=>"/schedule/games.pl" }, "Manage Games"));
|
| 117 |
push @sysadmins, $h->li ($h->a ({ href=>"/schedule/departments.pl" }, "Manage Department Settings"));
|
117 |
push @sysadmins, $h->li ($h->a ({ href=>"/schedule/departments.pl" }, "Manage Department Settings"));
|
| 118 |
push @sysadmins, $h->li ($h->a ({ href=>"/schedule/settings.pl" }, "System Settings"));
|
118 |
push @sysadmins, $h->li ($h->a ({ href=>"/schedule/settings.pl" }, "System Settings"));
|
| 119 |
push @sysadmins, $h->li ($h->a ({ href=>"/schedule/volhours_report.pl?limit=All" }, "YEAR END VOLUNTEER HOURS REPORT"));
|
119 |
push @sysadmins, $h->li ($h->a ({ href=>"/schedule/volhours_report.pl?limit=All" }, "YEAR END VOLUNTEER HOURS REPORT"));
|
| Line 120... |
Line 120... |
| 120 |
|
120 |
|
| 121 |
my ($signupcount) = $dbh->selectrow_array ("select count(*) from v_shift where dept = ? and RCid <> '' and year(date) = year(now())", undef, "CLA");
|
121 |
my ($signupcount) = $dbh->selectrow_array ("select sum(count) from v_class where year(date) = year(now())");
|
| Line 122... |
Line 122... |
| 122 |
my ($mvpcount) = $dbh->selectrow_array ("select count(*) from v_official where isnull(MVPid) = false");
|
122 |
my ($mvpcount) = $dbh->selectrow_array ("select count(*) from v_official where isnull(MVPid) = false");
|
| Line 123... |
Line 123... |
| 123 |
|
123 |
|