From: hickert Date: Fri, 15 Feb 2008 10:35:30 +0000 (+0000) Subject: Removed several debug output X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=a1f7ebf34187b4bb3363b63425252031dc5fb249;p=gosa.git Removed several debug output git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8930 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/dfs/addons/godfs/class_dfsgeneric.inc b/gosa-plugins/dfs/addons/godfs/class_dfsgeneric.inc index 12a2ed2df..78156392a 100644 --- a/gosa-plugins/dfs/addons/godfs/class_dfsgeneric.inc +++ b/gosa-plugins/dfs/addons/godfs/class_dfsgeneric.inc @@ -58,11 +58,7 @@ $this->fileserver = preg_replace("/msdfs:/", "", $tmp[0]); $this->share = preg_replace("/\\\/", "", $tmp[1]); - #var_dump($this->dn); - #echo "
\n"; - /* Fill array */ - #$this->reload(); $smarty->assign("sambasharename", $this->sambasharename); $smarty->assign("sharedescription", $this->sharedescription); $smarty->assign("fileserver", $this->fileserver); @@ -73,7 +69,6 @@ /* Show main page */ return ($smarty->fetch (get_template_path('generic.tpl', TRUE))); - #, dirname(__FILE__)))); } function check() @@ -155,7 +150,6 @@ $ldap = $this->config->get_ldap_link(); if ($this->dn == "new" || $this->dn == "") { - echo "new
\n"; $base = get_base_from_people($this->ui->dn); $ou = get_ou("DFS"); $this->basedn = "sambaShareName=$this->sambasharename,ou=$this->loc,$ou$base"; @@ -187,15 +181,10 @@ } } - function save_object() { - #if (isset($_POST['base'])) { - plugin::save_object(); - #echo "base = ".$_POST['base']."
\n"; - #} -# if (chkacl($this->acl, "create") == "") { - $this->base = $_POST['base']; -# } - } + function save_object() { + plugin::save_object(); + $this->base = $_POST['base']; + } function delete() { @@ -211,7 +200,6 @@ $base = get_base_from_people($this->ui->dn); $ou = get_ou("DFS"); $this->basedn = "sambaShareName=$this->sambasharename,ou=$this->loc,$ou$base"; - echo "BASEDN: $this->basedn
\n"; $ldap = $this->config->get_ldap_link(); $ldap->cd($this->basedn);