koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] CVS: koha/C4 Context.pm,1.1,1.2


From: Andrew Arensburger
Subject: [Koha-cvs] CVS: koha/C4 Context.pm,1.1,1.2
Date: Wed, 02 Oct 2002 10:21:11 -0700

Update of /cvsroot/koha/koha/C4
In directory usw-pr-cvs1:/tmp/cvs-serv29664

Modified Files:
        Context.pm 
Log Message:
Fixed typos in POD.


Index: Context.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Context.pm,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** Context.pm  2 Oct 2002 17:12:04 -0000       1.1
--- Context.pm  2 Oct 2002 17:21:09 -0000       1.2
***************
*** 261,267 ****
  =item config
  
!   $value = C4::Config->config("config_variable");
  
!   $value = C4::Config->config_variable;
  
  Returns the value of a variable specified in the configuration file
--- 261,267 ----
  =item config
  
!   $value = C4::Context->config("config_variable");
  
!   $value = C4::Context->config_variable;
  
  Returns the value of a variable specified in the configuration file
***************
*** 291,295 ****
  # AUTOLOAD
  # This implements C4::Config->foo, and simply returns
! # C4::Config->config("foo"), as described in the documentation for
  # &config, above.
  sub AUTOLOAD
--- 291,295 ----
  # AUTOLOAD
  # This implements C4::Config->foo, and simply returns
! # C4::Context->config("foo"), as described in the documentation for
  # &config, above.
  sub AUTOLOAD




reply via email to

[Prev in Thread] Current Thread [Next in Thread]