Fixed typo
authorfinlayt <finlayt>
Tue, 23 Apr 2002 00:34:16 +0000 (00:34 +0000)
committerfinlayt <finlayt>
Tue, 23 Apr 2002 00:34:16 +0000 (00:34 +0000)
C4/Reserves2.pm

index 1e4dad3..ae0bb9c 100755 (executable)
@@ -15,8 +15,7 @@ use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS);
 $VERSION = 0.01;
     
 @ISA = qw(Exporter);
-@EXPORT = qw(&FindReserves &CreateReserve &updatereserves &getreservetitle
-Findgroupreserve);
+@EXPORT = qw(&FindReserves &CreateReserve &updatereserves &getreservetitle &Findgroupreserve);
 %EXPORT_TAGS = ( );     # eg: TAG => [ qw!name1 name2! ],
                  
 # your exported package globals go here,