Code

New bunch of value changes
[gosa.git] / gosa-plugins / ldapmanager / addons / ldapmanager / class_export.inc
index da643f7737db1a6108ee8eed7641ffea18c69a0d..1f2d38ccf9a3fba051805c8e5590f57e7e517f36 100644 (file)
@@ -69,8 +69,8 @@ class ldifexport extends plugin
     // Get the LDAP link, to generate the Export
     $ldap = $this->config->get_ldap_link();
 
-    if ($this->config->get_cfg_value('governmentmode') == 'true'){
-      $smarty->assign ("govmode", $this->config->get_cfg_value("governmentmode"));
+    if ($this->config->get_cfg_value('honourIvbbAttributes') == 'true'){
+      $smarty->assign ("govmode", $this->config->get_cfg_value("honourIvbbAttributes"));
       $smarty->assign("LDIFError",FALSE);
     }