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.18,1.18.2.1


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha/C4 Context.pm,1.18,1.18.2.1
Date: Thu, 03 Feb 2005 06:46:05 -0800

Update of /cvsroot/koha/koha/C4
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11930/C4

Modified Files:
      Tag: rel_2_2
        Context.pm 
Log Message:
adding a warning in case the koha.conf owner has changed

Index: Context.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Context.pm,v
retrieving revision 1.18
retrieving revision 1.18.2.1
diff -C2 -r1.18 -r1.18.2.1
*** Context.pm  14 Dec 2004 15:48:34 -0000      1.18
--- Context.pm  3 Feb 2005 14:46:03 -0000       1.18.2.1
***************
*** 227,230 ****
--- 227,231 ----
        # Load the desired config file.
        $self->{"config"} = &read_config_file($conf_fname);
+       warn "read_config_file($conf_fname) returned undef" if 
!defined($self->{"config"});
        return undef if !defined($self->{"config"});
  




reply via email to

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