summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ff99ea8)
raw | patch | inline | side by side (parent: ff99ea8)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 25 Jul 2008 13:48:15 +0000 (13:48 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 25 Jul 2008 13:48:15 +0000 (13:48 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@12063 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/ldapmanager/addons/ldapmanager/class_export.inc | patch | blob | history |
diff --git a/gosa-plugins/ldapmanager/addons/ldapmanager/class_export.inc b/gosa-plugins/ldapmanager/addons/ldapmanager/class_export.inc
index 9e774c4bdf8e9a8163a01e98fb7a3fecf47680ee..da643f7737db1a6108ee8eed7641ffea18c69a0d 100644 (file)
// Get the LDAP link, to generate the Export
$ldap = $this->config->get_ldap_link();
- if ($this->config->get_cfg_['GOVERNMENTMODE'] == 'true'){
- $smarty->assign ("govmode", $this->config->get_cfg_value("governmentmode"));
- $smarty->assign("LDIFError",FALSE);
+ if ($this->config->get_cfg_value('governmentmode') == 'true'){
+ $smarty->assign ("govmode", $this->config->get_cfg_value("governmentmode"));
+ $smarty->assign("LDIFError",FALSE);
+ }
if(isset($dn))
{