From 2a1972fda08f15937c834b3b927e16e1dfb8cd57 Mon Sep 17 00:00:00 2001 From: toins Date: Fri, 11 Aug 2006 16:05:55 +0000 Subject: [PATCH] fix POD error... --- C4/Input.pm | 7 ------- 1 file changed, 7 deletions(-) diff --git a/C4/Input.pm b/C4/Input.pm index 8eafcff426..a571215ca1 100644 --- a/C4/Input.pm +++ b/C4/Input.pm @@ -179,13 +179,6 @@ sub checkvalidisbn { 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; -- 2.39.5