Code

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

gosa-plugins/gofax/gofax/blocklists/class_blocklistGeneric.inc

index 9e16f3620a699cb1eb044bb4b9c5d6508feba43c..e3bc9762833a4690ac64db73d0dd99dde16b07ce 100644 (file)
@@ -130,7 +130,7 @@ class blocklistGeneric extends plugin
      ***************/
 
     $smarty = get_smarty();
-    $smarty->assign("usePrototype", "true");
+
     foreach($this->attributes as $name){
       $smarty->assign($name,$this->$name);
     }