From: cajus Date: Fri, 11 Nov 2005 07:34:12 +0000 (+0000) Subject: Hide errors X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=b26caca20fcd53e7ee9cf92fa9c6e7d01b666865;p=gosa.git Hide errors git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1913 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/personal/generic/class_user.inc b/plugins/personal/generic/class_user.inc index 94444d1f2..30e789ffe 100644 --- a/plugins/personal/generic/class_user.inc +++ b/plugins/personal/generic/class_user.inc @@ -437,8 +437,8 @@ class user extends plugin } /* Show us the edit screen */ - $smarty->assign("bases", $this->allowedBasesToMoveTo()); -// $smarty->assign("bases", $this->config->idepartments); + @$smarty->assign("bases", $this->allowedBasesToMoveTo()); +# $smarty->assign("bases", $this->config->idepartments); $smarty->assign("base_select", $this->base); $smarty->assign("selectmode", chkacl($this->acl, "create")); $smarty->assign("certificatesACL", chkacl($this->acl, "certificates"));