checks that the config file passed in parameter exist, otherwise, uses the default...
authortipaul <tipaul>
Fri, 20 Dec 2002 13:54:31 +0000 (13:54 +0000)
committertipaul <tipaul>
Fri, 20 Dec 2002 13:54:31 +0000 (13:54 +0000)
commit40d6ddb38325c82ed9811dad4e25cfd8677e1c2a
tree2593f30d3dfcc4f9276513922b14dd16aeb74b26
parent88034fbccb8b753980eb58296696dd1a0066f4bc
checks that the config file passed in parameter exist, otherwise, uses the default one (/etc/koha.conf)
useful in upgradedb2marc.pl script.
* if this script is called during installation, uses /etc/koha.conf.tmp
* if it's called manually (after installation), uses /etc/koha.conf, as the tmp file is no more here :-)
C4/Context.pm