From 64c01c3574afa22ec5f372a38384ab0c023c8ce8 Mon Sep 17 00:00:00 2001 From: arensb Date: Wed, 2 Oct 2002 17:21:09 +0000 Subject: [PATCH] Fixed typos in POD. --- C4/Context.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/C4/Context.pm b/C4/Context.pm index 67b4b2ca6d..d0a8a270fb 100644 --- a/C4/Context.pm +++ b/C4/Context.pm @@ -260,9 +260,9 @@ sub restore_context =item config - $value = C4::Config->config("config_variable"); + $value = C4::Context->config("config_variable"); - $value = C4::Config->config_variable; + $value = C4::Context->config_variable; Returns the value of a variable specified in the configuration file from which the current context was created. @@ -290,7 +290,7 @@ sub config # AUTOLOAD # This implements C4::Config->foo, and simply returns -# C4::Config->config("foo"), as described in the documentation for +# C4::Context->config("foo"), as described in the documentation for # &config, above. sub AUTOLOAD { -- 2.39.5