enable auto-loading of holidays from localhost by default

This commit is contained in:
Ralf Becker 2004-03-22 07:44:54 +00:00
parent b7d9897a33
commit 70ea5b9de7

View File

@ -0,0 +1,16 @@
<?php
/**************************************************************************\
* eGroupWare - Setup / Calendar *
* http://www.egroupware.org *
* -------------------------------------------- *
* This program is free software; you can redistribute it and/or modify it *
* under the terms of the GNU General Public License as published by the *
* Free Software Foundation; either version 2 of the License, or (at your *
* option) any later version. *
\**************************************************************************/
/* $Id$ */
// enable auto-loading of holidays from localhost by default
$oProc->query("INSERT INTO phpgw_config (config_app, config_name, config_value) VALUES ('phpgwapi','auto_load_holidays','True')");
$oProc->query("INSERT INTO phpgw_config (config_app, config_name, config_value) VALUES ('phpgwapi','holidays_url_path','localhost')");