summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 06c2f53)
raw | patch | inline | side by side (parent: 06c2f53)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 8 Oct 2007 09:21:09 +0000 (09:21 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 8 Oct 2007 09:21:09 +0000 (09:21 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@7452 594d385d-05f5-0310-b6e9-bd551577e9d8
Changelog | patch | blob | history | |
include/functions.inc | patch | blob | history |
diff --git a/Changelog b/Changelog
index 9bac5ece16dbe4032018539b30f50507fdd8ef8b..92179128a09015e5923a4942bac6f1db61a1bc5b 100644 (file)
--- a/Changelog
+++ b/Changelog
* gosa 2.5.14
- Fixed saving of A/B networks reverse zone entries
+ - Fixed problem with non loaded class_dhcpPlugin in some cases.
* gosa 2.5.13
- Fixed renaming of asterisk servers
diff --git a/include/functions.inc b/include/functions.inc
index 9b3b4606062fe44eeb8a71f0331516789d854948..05bdfd5632cb4c979f0801f340ef37802f52f2d1 100644 (file)
--- a/include/functions.inc
+++ b/include/functions.inc
require_once ("class_config.inc");
require_once ("class_userinfo.inc");
require_once ("class_plugin.inc");
+require_once ("class_dhcpPlugin.inc");
require_once ("class_pluglist.inc");
require_once ("class_tabs.inc");
require_once ("class_mail-methods.inc");