From 0bdeee404146634aecf5b9410598b1aca9b3699e Mon Sep 17 00:00:00 2001 From: Joe Atzberger Date: Thu, 27 Dec 2007 13:05:13 -0600 Subject: [PATCH] Input.pm - perldoc correction Signed-off-by: Chris Cormack Signed-off-by: Joshua Ferraro --- C4/Input.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C4/Input.pm b/C4/Input.pm index 94934286ad..6f0173d82f 100644 --- a/C4/Input.pm +++ b/C4/Input.pm @@ -135,7 +135,7 @@ sub checkvalidisbn ($) { # Obsolete Function! =item buildCGISort - $CGIScrollingList = &BuildCGISort($name string, $input_name string); + $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 -- 2.20.1