Bug 2400 [4/18]: fixing pod syntax in C4/Reports.pm
authorAndrew Moore <andrew.moore@liblime.com>
Tue, 12 Aug 2008 15:11:39 +0000 (10:11 -0500)
committerGalen Charlton <galen.charlton@liblime.com>
Wed, 13 Aug 2008 00:39:43 +0000 (19:39 -0500)
Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
C4/Reports.pm

index 9a6de77..3032e29 100644 (file)
@@ -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@liblime.com>