summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a983b82)
raw | patch | inline | side by side (parent: a983b82)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 11 Nov 2005 07:34:12 +0000 (07:34 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 11 Nov 2005 07:34:12 +0000 (07:34 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1913 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/personal/generic/class_user.inc | patch | blob | history |
index 94444d1f2ce796c5d604db67d4b1d8c1b605ef22..30e789ffe55f8d8b84dc1677e0e89356f53c749e 100644 (file)
}
/* 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"));