From 649f7a7f9e529d3fe0a8d2964cbaef68730ba825 Mon Sep 17 00:00:00 2001 From: hickert Date: Fri, 7 Mar 2008 10:55:35 +0000 Subject: [PATCH] Removed commented code git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9434 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-plugins/dfs/addons/godfs/class_dfsgeneric.inc | 7 ------- 1 file changed, 7 deletions(-) diff --git a/gosa-plugins/dfs/addons/godfs/class_dfsgeneric.inc b/gosa-plugins/dfs/addons/godfs/class_dfsgeneric.inc index 7cbad31b3..f787f5f21 100644 --- a/gosa-plugins/dfs/addons/godfs/class_dfsgeneric.inc +++ b/gosa-plugins/dfs/addons/godfs/class_dfsgeneric.inc @@ -72,13 +72,6 @@ plugin::check(); $message = array(); - ## permission - #if (chkacl($this->acl, "create") != "") { - # $message[] = _("You have no premissions to create a dfs share."); - #} - - # existance - $ldap = $this->config->get_ldap_link(); $base = get_base_from_people($this->ui->dn); $ou = get_ou("DFS"); -- 2.30.2