[Koha-patches] [PATCH] Bug 2400 [4/18]: fixing pod syntax in C4/Reports.pm

Andrew Moore andrew.moore at liblime.com
Tue Aug 12 17:11:39 CEST 2008


---
 C4/Reports.pm |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/C4/Reports.pm b/C4/Reports.pm
index 9a6de77..3032e29 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 <crc at liblime.com>
-- 
1.5.6




More information about the Koha-patches mailing list