Freakin' bugs
authorTim Pope <code@tpope.net>
Tue, 16 Aug 2005 21:36:32 +0000 (21:36 +0000)
committerTim Pope <code@tpope.net>
Tue, 16 Aug 2005 21:36:32 +0000 (21:36 +0000)
perl/schedproc

index eaaa024664b168e2619163128ed1dd4b76b41dcc..b1f9d173d223be5adfe044cadaa8777a6d8983f0 100755 (executable)
@@ -140,7 +140,7 @@ sub get_grades {
 }
 
 sub do_html_grades {
-    my $grades);
+    my $grades;
     my @showheaders = ("Section ID", "Course Title", "Grade", "Earned<br />Hours", "Quality<br />Hours", "Quality<br />Points");
     #$file = shift unless (!defined $_[0] or $_[0] =~ /^\d/);
     $grades = get_grades(@_);