Code

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

gosa-plugins/goto/admin/systems/goto/class_printGeneric.inc

index f28371cb7c10a1b19c0eea5a177d7d1e8366c9ee..5881012a44606d65fe4991e757768cb3f1960d54 100644 (file)
@@ -321,7 +321,7 @@ class printgeneric extends plugin
     }
 
     $smarty= get_smarty();
-    $smarty->assign("usePrototype", "true");
+
 
     /* Assign acls */
     $tmp = $this->plInfo();