*** empty log message ***

This commit is contained in:
Rodolphe Quiedeville 2002-05-09 15:32:46 +00:00
parent 1c13bb7a62
commit e56785308c
2 changed files with 6 additions and 1 deletions

View File

@ -83,7 +83,10 @@ class WebcalConf {
Function WebcalConf() {
$this->enabled = 1;
$this->url = "http://webcalendar.lafrere.lan/";
$this->db = new DbConf();
$this->db->user = "webcal";
$this->db->name = "webcal";
}

View File

@ -41,7 +41,9 @@ data:
&& make load
dev:
$(MYSQL) $(BASE) < data/data_dev.sql
cd data \
&& make dev
fulldev: droptable table load dev