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

Andrew Arensburger arensb at users.sourceforge.net
Wed Oct 2 19:21:11 CEST 2002


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





More information about the Koha-cvs mailing list