[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/C4 Biblio.pm,1.24,1.25
From: |
Paul POULAIN |
Subject: |
[Koha-cvs] CVS: koha/C4 Biblio.pm,1.24,1.25 |
Date: |
Fri, 25 Oct 2002 03:58:28 -0700 |
Update of /cvsroot/koha/koha/C4
In directory usw-pr-cvs1:/tmp/cvs-serv16991/C4
Modified Files:
Biblio.pm
Log Message:
Road to 1.3.2
* bugfixes and improvements
Index: Biblio.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Biblio.pm,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -r1.24 -r1.25
*** Biblio.pm 24 Oct 2002 12:09:01 -0000 1.24
--- Biblio.pm 25 Oct 2002 10:58:26 -0000 1.25
***************
*** 2,5 ****
--- 2,9 ----
# $Id$
# $Log$
+ # Revision 1.25 2002/10/25 10:58:26 tipaul
+ # Road to 1.3.2
+ # * bugfixes and improvements
+ #
# Revision 1.24 2002/10/24 12:09:01 arensb
# Fixed "no title" warning when generating HTML documentation from POD.
***************
[...968 lines suppressed...]
! $sth->execute;
! if (defined $sth->errstr) {
! $error .= $sth->errstr;
! }
! $sth->finish;
! # $itemnumber++;
! # $dbh->disconnect;
! return($itemnumber,$error);
}
***************
*** 2105,2108 ****
--- 2081,2086 ----
Koha Developement team <address@hidden>
+
+ Paul POULAIN address@hidden
=cut
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/C4 Biblio.pm,1.24,1.25,
Paul POULAIN <=