From cbd283722ea0db4881b4b5e5287f69058cf9881d Mon Sep 17 00:00:00 2001 From: tipaul Date: Thu, 3 Oct 2002 11:31:31 +0000 Subject: [PATCH] pod doc adding --- C4/Context.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/C4/Context.pm b/C4/Context.pm index 93005a86e4..7932c2ea0c 100644 --- a/C4/Context.pm +++ b/C4/Context.pm @@ -38,6 +38,7 @@ C4::Context - Maintain and manipulate the context of a Koha script $config_value = C4::Context->config("config_variable"); $db_handle = C4::Context->dbh; + $stopwordhash = C4::Context->stopwords; =head1 DESCRIPTION -- 2.39.5