Code

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

gosa-core/html/index.php

index df3cbb3fb94c38d001a8d4ce12388a7accacf5bf..a7f606a31465526d87e449e81a0eb7a5ad2be4c8 100644 (file)
@@ -105,7 +105,7 @@ function displayLogin()
     }
     $smarty->assign("msg_dialogs", msg_dialog::get_dialogs());
     $smarty->assign("iePngWorkaround", $config->get_cfg_value("iePngWorkaround","false" ) == "true");
-    $smarty->assign("usePrototype", "false");
+
     $smarty->display (get_template_path('headers.tpl'));
     $smarty->assign("version",get_gosa_version());
     $smarty->display(get_template_path('login.tpl'));