[Koha-cvs] koha/C4 Branch.pm [rel_3_0]

Bruno Toumi btoumi at ouestprovence.fr
Thu Jan 4 14:57:47 CET 2007


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_3_0
Changes by:	Bruno Toumi <btoumi>	07/01/04 13:57:47

Modified files:
	C4             : Branch.pm 

Log message:
	bug fix: add DelBranch function declaration in Branch module

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/C4/Branch.pm?cvsroot=koha&only_with_tag=rel_3_0&r1=1.1.2.1&r2=1.1.2.2

Patches:
Index: Branch.pm
===================================================================
RCS file: /sources/koha/koha/C4/Attic/Branch.pm,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -b -r1.1.2.1 -r1.1.2.2
--- Branch.pm	14 Dec 2006 15:41:53 -0000	1.1.2.1
+++ Branch.pm	4 Jan 2007 13:57:46 -0000	1.1.2.2
@@ -15,7 +15,7 @@
 # Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place,
 # Suite 330, Boston, MA  02111-1307 USA
 
-# $Id: Branch.pm,v 1.1.2.1 2006/12/14 15:41:53 toins Exp $
+# $Id: Branch.pm,v 1.1.2.2 2007/01/04 13:57:46 btoumi Exp $
 
 use strict;
 require Exporter;
@@ -25,7 +25,7 @@
 use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS);
 
 # set the version for version checking
-$VERSION = do { my @v = '$Revision: 1.1.2.1 $' =~ /\d+/g; shift(@v).".".join( "_", map { sprintf "%03d", $_ } @v ); };
+$VERSION = do { my @v = '$Revision: 1.1.2.2 $' =~ /\d+/g; shift(@v).".".join( "_", map { sprintf "%03d", $_ } @v ); };
 
 =head1 NAME
 
@@ -55,6 +55,7 @@
    &CheckBranchCategorycode
    &GetBranchInfo
    &ModBranchCategoryInfo
+   &DelBranch	
 );
 
 =head2 GetBranches





More information about the Koha-cvs mailing list