summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 6f1c220)
raw | patch | inline | side by side (parent: 6f1c220)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 29 Apr 2010 12:14:14 +0000 (12:14 +0000) | ||
committer | hickert <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 | patch | blob | history |
diff --git a/gosa-plugins/gofax/gofax/blocklists/class_blocklistGeneric.inc b/gosa-plugins/gofax/gofax/blocklists/class_blocklistGeneric.inc
index 9e16f3620a699cb1eb044bb4b9c5d6508feba43c..e3bc9762833a4690ac64db73d0dd99dde16b07ce 100644 (file)
***************/
$smarty = get_smarty();
- $smarty->assign("usePrototype", "true");
+
foreach($this->attributes as $name){
$smarty->assign($name,$this->$name);
}