From: hickert Date: Thu, 29 Apr 2010 12:13:01 +0000 (+0000) Subject: Removed usePrototype flag, its activated always now. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=b4bf69060d017f6f4f178d2546660b4b3f928885;p=gosa.git Removed usePrototype flag, its activated always now. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17938 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/ldapmanager/addons/ldapmanager/class_export.inc b/gosa-plugins/ldapmanager/addons/ldapmanager/class_export.inc index da15d5775..51b37e060 100644 --- a/gosa-plugins/ldapmanager/addons/ldapmanager/class_export.inc +++ b/gosa-plugins/ldapmanager/addons/ldapmanager/class_export.inc @@ -49,7 +49,7 @@ class ldifexport extends plugin // Assign smarty values $smarty= get_smarty(); - $smarty->assign("usePrototype","true"); + $smarty->assign("single",""); $smarty->assign("base", $this->baseSelector->render());