From d1300de666678a326585bb05a19e8ff92d60662f Mon Sep 17 00:00:00 2001 From: Andrew Moore Date: Tue, 12 Aug 2008 10:11:38 -0500 Subject: [PATCH] Bug 2400 [3/18]: fixing pod syntax in C4/Log.pm Signed-off-by: Galen Charlton --- C4/Log.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C4/Log.pm b/C4/Log.pm index b4732acb70..8fb4488feb 100644 --- a/C4/Log.pm +++ b/C4/Log.pm @@ -180,7 +180,7 @@ sub displaylog { return ($count, \@results); } -=head2 GetLogs +=item GetLogs $logs = GetLogs($datefrom,$dateto,$user,$module,$action,$object,$info); -- 2.39.5