[Koha-cvs] koha/C4 Input.pm

Antoine Farnault antoine at koha-fr.org
Fri Aug 11 18:05:55 CEST 2006


CVSROOT:	/sources/koha
Module name:	koha
Changes by:	Antoine Farnault <toins>	06/08/11 16:05:55

Modified files:
	C4             : Input.pm 

Log message:
	fix POD error...

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/C4/Input.pm?cvsroot=koha&r1=1.19&r2=1.20

Patches:
Index: Input.pm
===================================================================
RCS file: /sources/koha/koha/C4/Input.pm,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -b -r1.19 -r1.20
--- Input.pm	4 Jul 2006 14:36:51 -0000	1.19
+++ Input.pm	11 Aug 2006 16:05:55 -0000	1.20
@@ -179,13 +179,6 @@
 Returns the scrolling list with name $input_name, built on authorised Values named $name.
 Returns NULL if no authorised values found
 
-=item buildCGISort
-
-  $CGIScrollingList = &BuildCGISort($name string, $input_name string);
-
-Returns the scrolling list with name $input_name, built on authorised Values named $name.
-Returns NULL if no authorised values found
-
 =cut
 sub buildCGIsort {
     use strict;





More information about the Koha-cvs mailing list