From: Galen Charlton Date: Tue, 11 Nov 2008 22:02:34 +0000 (-0600) Subject: fix POD error X-Git-Tag: new_acq_a_porter~773 X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=commitdiff_plain;h=34ba89fd5db1921786d8340a8c8a7926f82ae766;p=koha_fer fix POD error Signed-off-by: Galen Charlton --- diff --git a/C4/Context.pm b/C4/Context.pm index 4873ed70b8..78b9dd77eb 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();