[Koha-cvs] CVS: koha/C4 Catalogue.pm,1.28,1.29

Paul POULAIN tipaul at users.sourceforge.net
Mon Feb 10 14:37:11 CET 2003


Update of /cvsroot/koha/koha/C4
In directory sc8-pr-cvs1:/tmp/cvs-serv5335/C4

Modified Files:
	Catalogue.pm 
Log Message:
removing unused sub

Index: Catalogue.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Catalogue.pm,v
retrieving revision 1.28
retrieving revision 1.29
diff -C2 -r1.28 -r1.29
*** Catalogue.pm	28 Jan 2003 14:53:30 -0000	1.28
--- Catalogue.pm	10 Feb 2003 13:37:08 -0000	1.29
***************
*** 794,810 ****
  }
  
- # FIXME - Never used
- sub getcurrency {
-   my ($cur)=@_;
-   my $dbh = C4::Context->dbh;
-   my $query="Select * from currency where currency='$cur'";
-   my $sth=$dbh->prepare($query);
-   $sth->execute;
- 
-   my $data=$sth->fetchrow_hashref;
-   $sth->finish;
-   return($data);
- }
- 
  =item updatecurrencies
  
--- 794,797 ----





More information about the Koha-cvs mailing list