[Koha-patches] [PATCH] fix POD error

Galen Charlton galen.charlton at liblime.com
Tue Nov 11 23:02:34 CET 2008


---
 C4/Context.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/C4/Context.pm b/C4/Context.pm
index 4873ed7..78b9dd7 100644
--- a/C4/Context.pm
+++ b/C4/Context.pm
@@ -494,7 +494,7 @@ sub boolean_preference ($) {
     return defined($it)? C4::Boolean::true_p($it): undef;
 }
 
-=head3 clear_syspref_cache
+=item clear_syspref_cache
 
   C4::Context->clear_syspref_cache();
 
-- 
1.5.5.GIT




More information about the Koha-patches mailing list