Subversion Repositories VORC

Rev

Rev 60 | Rev 65 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 60 Rev 62
Line 118... Line 118...
118
 	push @sysadmins, $h->li ($h->a ({ href=>"/schedule/volhours_report.pl?limit=All" }, "YEAR END VOLUNTEER HOURS REPORT"));
118
 	push @sysadmins, $h->li ($h->a ({ href=>"/schedule/volhours_report.pl?limit=All" }, "YEAR END VOLUNTEER HOURS REPORT"));
Line 119... Line 119...
119
 	
119
 	
120
 	my ($signupcount) = $dbh->selectrow_array ("select count(*) from v_shift where dept = ? and RCid <> '' and year(date) = year(now())", undef, "CLA");
120
 	my ($signupcount) = $dbh->selectrow_array ("select count(*) from v_shift where dept = ? and RCid <> '' and year(date) = year(now())", undef, "CLA");
Line 121... Line 121...
121
 	my ($mvpcount)    = $dbh->selectrow_array ("select count(*) from v_official where isnull(MVPid) = false");
121
 	my ($mvpcount)    = $dbh->selectrow_array ("select count(*) from v_official where isnull(MVPid) = false");
Line 122... Line 122...
122
 	
122
 	
Line 123... Line 123...
123
 	$mvpcount = 265 unless $mvpcount;
123
 	$mvpcount = 1 unless $mvpcount;
124
 	
124