Code

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

gosa-plugins/mail/personal/mail/class_mailAccount.inc

index b57f35ad71a7e3598cdb4bc2af4681ef63130da2..06a7212a80ff52e32d910966edd357f9e9152cd0 100644 (file)
@@ -393,7 +393,7 @@ class mailAccount extends plugin
       SMARTY- Assign smarty variables 
      ****************/
     $smarty = get_smarty();
-    $smarty->assign("usePrototype", "true");
+
     $smarty->assign("initially_was_account", $this->initially_was_account);
     $smarty->assign("isModifyableMail"  , $this->mailMethod->isModifyableMail());
     $smarty->assign("isModifyableServer", $this->mailMethod->isModifyableServer());