Code

Removed usePrototype flag, its activated always now.
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 29 Apr 2010 12:13:53 +0000 (12:13 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 29 Apr 2010 12:13:53 +0000 (12:13 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17956 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/goto/admin/systems/goto/class_workstationStartup.inc

index 6d7e60f574d79326587d3ad0752248b4755be9ad..d8b427de0e6e5aab6e602b5717a0047ccb2e560a 100644 (file)
@@ -473,7 +473,7 @@ class workstartup extends plugin
     }
     $this->ldapList->setListData($data,$lData);
     $this->ldapList->update();
-    $smarty->assign("usePrototype", "true");
+
 
     if($this->gotoLdap_inherit){
       $smarty->assign("gotoLdapServerACL_inherit", preg_replace("/w/","",$this->getacl("gotoLdapServer")));;