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

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


---
 C4/Koha.pm |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/C4/Koha.pm b/C4/Koha.pm
index 846af3e..687448d 100644
--- a/C4/Koha.pm
+++ b/C4/Koha.pm
@@ -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');
-- 
1.5.6




More information about the Koha-patches mailing list