koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] koha/members moremember.pl [rel_3_0]


From: Antoine Farnault
Subject: [Koha-cvs] koha/members moremember.pl [rel_3_0]
Date: Mon, 27 Nov 2006 17:22:16 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         rel_3_0
Changes by:     Antoine Farnault <toins>        06/11/27 17:22:16

Modified files:
        members        : moremember.pl 

Log message:
        little clean up.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/members/moremember.pl?cvsroot=koha&only_with_tag=rel_3_0&r1=1.28.2.10&r2=1.28.2.11

Patches:
Index: moremember.pl
===================================================================
RCS file: /sources/koha/koha/members/moremember.pl,v
retrieving revision 1.28.2.10
retrieving revision 1.28.2.11
diff -u -b -r1.28.2.10 -r1.28.2.11
--- moremember.pl       27 Nov 2006 09:14:15 -0000      1.28.2.10
+++ moremember.pl       27 Nov 2006 17:22:16 -0000      1.28.2.11
@@ -1,18 +1,5 @@
 #!/usr/bin/perl
 
-# $Id: moremember.pl,v 1.28.2.10 2006/11/27 09:14:15 btoumi Exp $
-
-# script to do a borrower enquiry/bring up borrower details etc
-# Displays all the details about a borrower
-# written 20/12/99 by address@hidden
-# last modified 21/1/2000 by address@hidden
-# modified 31/1/2001 by address@hidden
-#   to not allow items on request to be renewed
-#
-# needs html removed and to use the C4::Output more, but its tricky
-#
-
-
 # Copyright 2000-2002 Katipo Communications
 #
 # This file is part of Koha.
@@ -30,6 +17,21 @@
 # Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place,
 # Suite 330, Boston, MA  02111-1307 USA
 
+# $Id: moremember.pl,v 1.28.2.11 2006/11/27 17:22:16 toins Exp $
+
+=head1 moremember.pl
+
+ script to do a borrower enquiry/bring up borrower details etc
+ Displays all the details about a borrower
+ written 20/12/99 by address@hidden
+ last modified 21/1/2000 by address@hidden
+ modified 31/1/2001 by address@hidden
+   to not allow items on request to be renewed
+
+ needs html removed and to use the C4::Output more, but its tricky
+
+=cut
+
 use strict;
 use C4::Auth;
 use C4::Context;




reply via email to

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