Little typo, missing t in systemprefs
authorrangi <rangi>
Tue, 9 Apr 2002 00:16:52 +0000 (00:16 +0000)
committerrangi <rangi>
Tue, 9 Apr 2002 00:16:52 +0000 (00:16 +0000)
Apart from that, all the patch files seem to be running happily on
hlt.katipo.co.nz

memberentry.pl

index 4fadecf..3caac13 100755 (executable)
@@ -45,7 +45,7 @@ if ($type eq 'Add'){
 }
 
 my $cardnumber=$data->{'cardnumber'};
-my %sysemprefs=systemprefs();
+my %systemprefs=systemprefs();
 # FIXME
 # This logic should probably be moved out of the presentation code.
 # Not tonight though.
@@ -275,12 +275,7 @@ print <<printend
 printend
 ;
 
-
-print "<OPTION value=EEBF";
-if ($data->{'area'} eq 'EEBF'){
-  print " Selected";
-}
-print ">EEBF - Delphi-E Flint
+print "
 <OPTION value=L";
 if ($data->{'area'} eq 'L'){
   print " Selected";