koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha/C4 Biblio.pm,1.52,1.53


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha/C4 Biblio.pm,1.52,1.53
Date: Thu, 10 Jul 2003 05:24:22 -0700

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

Modified Files:
        Biblio.pm 
Log Message:
typo fix

Index: Biblio.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Biblio.pm,v
retrieving revision 1.52
retrieving revision 1.53
diff -C2 -r1.52 -r1.53
*** Biblio.pm   10 Jul 2003 10:37:19 -0000      1.52
--- Biblio.pm   10 Jul 2003 12:24:20 -0000      1.53
***************
*** 2,5 ****
--- 2,8 ----
  # $Id$
  # $Log$
+ # Revision 1.53  2003/07/10 12:24:20  tipaul
+ # typo fix
+ #
  # Revision 1.52  2003/07/10 10:37:19  tipaul
  # fix for copyrightdate problem, #514
***************
*** 1105,1109 ****
                $result->{'copyrightdate'} = $1;
        } else { # if no cYYYY, get the 1st date.
!               $x =~ m/(\d\d\d\d)/;
                $result->{'copyrightdate'} = $1;
        }
--- 1108,1112 ----
                $result->{'copyrightdate'} = $1;
        } else { # if no cYYYY, get the 1st date.
!               $temp =~ m/(\d\d\d\d)/;
                $result->{'copyrightdate'} = $1;
        }




reply via email to

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