Code

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

gosa-core/plugins/personal/posix/class_posixAccount.inc

index 7fe3dc6c5ca21ec11eb4914a0467bbe2615c0660..b927f7f0f6bccd4cd289f10d9304e523b58f3f21 100644 (file)
@@ -327,7 +327,7 @@ class posixAccount extends plugin
 
     /* Templates now! */
     $smarty= get_smarty();
-    $smarty->assign("usePrototype", "true");
+
 
 
     // Handle trust mode dialog
@@ -351,7 +351,7 @@ class posixAccount extends plugin
 
     // Handle ssh dialog?
     if ($this->ssh instanceOf sshPublicKey && preg_match('/[rw]/', $this->getacl("sshPublicKey"))) {
-      $smarty->assign("usePrototype", "false");
+
       if ($result= $this->ssh->execute()) {
         $this->dialog= true;
         pathNavigator::registerPlugin("SSH keys");
@@ -362,7 +362,7 @@ class posixAccount extends plugin
 
     /* Show main page */
     $smarty= get_smarty();
-    $smarty->assign("usePrototype", "true");
+
 
     $smarty->assign("sshPublicKeyACL", $this->getacl("sshPublicKey"));