From: Gunnar Wrobel
Date: Mon, 6 Apr 2009 18:40:33 +0000 (+0200) Subject: New configuration files. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=25869b6637138ae5de175c1f54c5958a07ac5110;p=horde.git New configuration files. --- diff --git a/koward/lib/Koward.php b/koward/lib/Koward.php index d0af465d8..dcab2059a 100644 --- a/koward/lib/Koward.php +++ b/koward/lib/Koward.php @@ -36,6 +36,8 @@ class Koward_Koward { $this->objects = Horde::loadConfiguration('objects.php', 'objects'); $this->attributes = Horde::loadConfiguration('attributes.php', 'attributes'); $this->labels = Horde::loadConfiguration('labels.php', 'labels'); + $this->order = Horde::loadConfiguration('order.php', 'order'); + $this->visible = Horde::loadConfiguration('visible.php', 'visible'); $this->server = Horde_Kolab_Server::singleton(array('user' => Auth::getAuth(), 'pass' => Auth::getCredential('password'))); }