Code

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

gosa-core/html/logout.php

index 787a021ba0d0679dbf622fbc083a76711fbe6616..d9d0d4b3fda40cd55044ce79968f593ba009b55b 100644 (file)
@@ -82,7 +82,7 @@ if (isset($_POST['forcedlogout']) || isset($_GET['forcedlogout'])){
 
     /* Else notice that the user has to close the browser... */
     $smarty->assign("iePngWorkaround", FALSE);
-    $smarty->assign("usePrototype", "false");
+
     $smarty->display (get_template_path('headers.tpl'));
     $smarty->display (get_template_path('logout-close.tpl'));
     exit;
@@ -93,7 +93,7 @@ if (isset($_POST['forcedlogout']) || isset($_GET['forcedlogout'])){
 
 }else{  // The logout wasn't forced, so the session is invalid 
   
-  $smarty->assign("usePrototype", "false");
+
   $smarty->display (get_template_path('headers.tpl'));
   $smarty->display (get_template_path('logout.tpl'));
   exit;