From: rangi Date: Thu, 9 Feb 2006 01:56:20 +0000 (+0000) Subject: Hmm there seem to be quite a few subroutines twice in this module.... X-Git-Tag: dev_week~1099 X-Git-Url: http://git.rot13.org/?a=commitdiff_plain;h=bc51b60c2664496c0bba21ae83f9a03ef2a30e31;p=koha.git Hmm there seem to be quite a few subroutines twice in this module.... Paul could you take a look and remove the ones that shouldnt be there please --- diff --git a/C4/AuthoritiesMarc.pm b/C4/AuthoritiesMarc.pm index d133a9e0f2..cf8fb0ad7e 100644 --- a/C4/AuthoritiesMarc.pm +++ b/C4/AuthoritiesMarc.pm @@ -644,13 +644,13 @@ sub AUTHfindsubfieldid { return $res; } -sub AUTHfind_authtypecode { - my ($dbh,$authid) = @_; - my $sth = $dbh->prepare("select authtypecode from auth_header where authid=?"); - $sth->execute($authid); - my ($authtypecode) = $sth->fetchrow; - return $authtypecode; -} +# sub AUTHfind_authtypecode { +# my ($dbh,$authid) = @_; +# my $sth = $dbh->prepare("select authtypecode from auth_header where authid=?"); +# $sth->execute($authid); +# my ($authtypecode) = $sth->fetchrow; +# return $authtypecode; +# } sub AUTHdelsubfield { # delete a subfield for $authid / tag / tagorder / subfield / subfieldorder @@ -939,6 +939,11 @@ Paul POULAIN paul.poulain@free.fr # $Id$ # $Log$ +# Revision 1.24 2006/02/09 01:56:20 rangi +# Hmm there seem to be quite a few subroutines twice in this module.... +# +# Paul could you take a look and remove the ones that shouldnt be there please +# # Revision 1.23 2006/02/09 01:52:14 rangi # Cleaning up some unessecary my statements #