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

index 846af3e..687448d 100644 (file)
@@ -73,9 +73,8 @@ BEGIN {
 
 =head1 FUNCTIONS
 
-=over 2
-
 =cut
+
 =head2 slashifyDate
 
   $slash_date = &slashifyDate($dash_date);
@@ -646,7 +645,7 @@ sub GetPrinter ($$) {
     return $printer;
 }
 
-=item getnbpages
+=head2 getnbpages
 
 Returns the number of pages to display in a pagination bar, given the number
 of items and the number of items per page.
@@ -659,7 +658,7 @@ sub getnbpages {
     return int( ( $nb_items - 1 ) / $nb_items_per_page ) + 1;
 }
 
-=item getallthemes
+=head2 getallthemes
 
   (@themes) = &getallthemes('opac');
   (@themes) = &getallthemes('intranet');