koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha/C4 Catalogue.pm,1.28,1.29
Date: Mon, 10 Feb 2003 05:37:11 -0800

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)address@hidden;
-   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 ----




reply via email to

[Prev in Thread] Current Thread [Next in Thread]