From 253b2b9c876458afea03d3bf9b7a687fa5427525 Mon Sep 17 00:00:00 2001 From: hickert Date: Thu, 29 Apr 2010 12:14:14 +0000 Subject: [PATCH] Removed usePrototype flag, its activated always now. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17962 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-plugins/gofax/gofax/blocklists/class_blocklistGeneric.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gosa-plugins/gofax/gofax/blocklists/class_blocklistGeneric.inc b/gosa-plugins/gofax/gofax/blocklists/class_blocklistGeneric.inc index 9e16f3620..e3bc97628 100644 --- a/gosa-plugins/gofax/gofax/blocklists/class_blocklistGeneric.inc +++ b/gosa-plugins/gofax/gofax/blocklists/class_blocklistGeneric.inc @@ -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); } -- 2.30.2