summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a3d91e9)
raw | patch | inline | side by side (parent: a3d91e9)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 5 May 2010 10:03:44 +0000 (10:03 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 5 May 2010 10:03:44 +0000 (10:03 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18107 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/ldapmanager/addons/ldapmanager/class_exportxls.inc | patch | blob | history |
diff --git a/gosa-plugins/ldapmanager/addons/ldapmanager/class_exportxls.inc b/gosa-plugins/ldapmanager/addons/ldapmanager/class_exportxls.inc
index 7079845e1066af025f815378f1d4a16efc1700b7..90e835c925cddc6755459592b509f1f61076243c 100644 (file)
// Get the LDAP link, to generate the Export
$ldap = $this->config->get_ldap_link();
- $smarty->assign ("govmode", $this->config->get_cfg_value("honourIvbbAttributes"));
+ $smarty->assign ("govmode", $this->config->get_cfg_value("core","honourIvbbAttributes"));
$smarty->assign("LDIFError",FALSE);
if(isset($dn))