summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: b99da83)
raw | patch | inline | side by side (parent: b99da83)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 6 Dec 2006 07:21:34 +0000 (07:21 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 6 Dec 2006 07:21:34 +0000 (07:21 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@5317 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/gofax/blocklists/class_blocklistManagement.inc | patch | blob | history |
diff --git a/plugins/gofax/blocklists/class_blocklistManagement.inc b/plugins/gofax/blocklists/class_blocklistManagement.inc
index 9f2675c9e15e57e28690a97f65a46aa37f9b211f..4e2cc4c0a3d838f428c80393c5f1977eb0f7d025 100644 (file)
$new_dn= $this->dn;
}
- if (!$this->acl_is_createable() && $this->dn == "new"){
- $message[]= _("You have no permissions to create a blocklist on this 'Base'.");
- }
-
/* check syntax: must cn */
if ($this->cn == ""){
$message[]= _("Required field 'Name' is not set.");