Code

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

gosa-plugins/mail/admin/systems/services/mail/class_goMailServer.inc

index 8a9698558f2497e03387ef657c81e73a04a0dfa6..3edcd54c953c9bece75ce70a32b6d3693734c93d 100644 (file)
@@ -218,7 +218,7 @@ class goMailServer extends goService{
   function execute()
   { 
     $smarty   = get_smarty();
-    $smarty->assign("usePrototype", "true");
+
 
     if($this->is_account && !$this->view_logged){
       $this->view_logged = TRUE;