summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 578e7ce)
raw | patch | inline | side by side (parent: 578e7ce)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 9 Jul 2008 06:17:34 +0000 (06:17 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 9 Jul 2008 06:17:34 +0000 (06:17 +0000) |
-It is no longer possible to assign this service twice.
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11565 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11565 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/apache2/admin/systems/services/apache2/class_servApacheVhost.inc | patch | blob | history |
diff --git a/gosa-plugins/apache2/admin/systems/services/apache2/class_servApacheVhost.inc b/gosa-plugins/apache2/admin/systems/services/apache2/class_servApacheVhost.inc
index 021a60dee680e04733f046ea461a5017dc48c942..d1abd1bfb1525c5bd9a6b54460766069e8e95698 100644 (file)
var $dialog = NULL;
var $orig_dn = "";
+ var $conflicts = array("servapache");
+
var $initially_was_account;
var $krb_service_prefix = "HTTP/";