summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 6fb9b5a)
raw | patch | inline | side by side (parent: 6fb9b5a)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 14 Jul 2006 09:57:30 +0000 (09:57 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 14 Jul 2006 09:57:30 +0000 (09:57 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@4154 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/gofax/blocklists/class_blocklistManagement.inc | patch | blob | history |
diff --git a/plugins/gofax/blocklists/class_blocklistManagement.inc b/plugins/gofax/blocklists/class_blocklistManagement.inc
index 893ddc99015e869e70625b06019f86e95c7b1a74..311984addaf7fd1bbe7b2ea4d98ce8ec4466e7ae 100644 (file)
$this->$attr = $_POST[$attr];
}
}
+ if(isset($_POST['type'])){
+ $this->type = $_POST['type'];
+ }
}