Code

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

gosa-core/html/main.php

index fc440536a34e4df802e974c6acd109c6a5c9d6ec..44d0a59a929583f8c1e7dc22951094e04a532d38 100644 (file)
@@ -309,7 +309,7 @@ $smarty->assign ("menu", $plist->gen_menu());
 $smarty->assign ("plug", "$plug");
 
 $smarty->assign("iePngWorkaround", $config->get_cfg_value("iePngWorkaround","false" ) == "true");
-$smarty->assign("usePrototype", "false");
+
 
 /* React on clicks */
 if ($_SERVER["REQUEST_METHOD"] == "POST"){