From 4ecb80c5f207ed67bc432ecf1c60b23cfa066bf3 Mon Sep 17 00:00:00 2001 From: finlayt Date: Tue, 23 Apr 2002 00:34:16 +0000 Subject: [PATCH] Fixed typo --- C4/Reserves2.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/C4/Reserves2.pm b/C4/Reserves2.pm index 1e4dad31a5..ae0bb9c367 100755 --- a/C4/Reserves2.pm +++ b/C4/Reserves2.pm @@ -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, -- 2.39.5