[Koha-cvs] CVS: koha/C4 Biblio.pm,1.24,1.25

Paul POULAIN tipaul at users.sourceforge.net
Fri Oct 25 12:58:28 CEST 2002


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 <info at koha.org>
+ 
+ Paul POULAIN paul.poulain at free.fr
  
  =cut





More information about the Koha-cvs mailing list