From 596a73e896a2828fc7937b1142ad69b8b41d1eb6 Mon Sep 17 00:00:00 2001 From: Andrew Moore Date: Tue, 12 Aug 2008 10:11:39 -0500 Subject: [PATCH] Bug 2400 [4/18]: fixing pod syntax in C4/Reports.pm Signed-off-by: Galen Charlton --- C4/Reports.pm | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/C4/Reports.pm b/C4/Reports.pm index 9a6de77155..3032e29d38 100644 --- a/C4/Reports.pm +++ b/C4/Reports.pm @@ -331,7 +331,11 @@ sub get_criteria { =item execute_query -=head2 ($results, $total) = execute_query($sql, $type, $offset, $limit, $format, $id) +=over + +($results, $total) = execute_query($sql, $type, $offset, $limit, $format, $id) + +=back When passed C<$sql>, this function returns an array ref containing a result set suitably formatted for display in html or for output as a flat file when passed in @@ -727,6 +731,8 @@ sub _get_column_defs { 1; __END__ +=back + =head1 AUTHOR Chris Cormack -- 2.20.1