summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 85a94a5)
raw | patch | inline | side by side (parent: 85a94a5)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 14 Jul 2006 09:58:10 +0000 (09:58 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 14 Jul 2006 09:58:10 +0000 (09:58 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@4155 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 f5f523e8e4d4cc6bc365305703fef5d4701ac5a8..3503448de75b7321f700ab00f24ba0ecfd4e42be 100644 (file)
$this->$attr = $_POST[$attr];
}
}
+ if(isset($_POST['type'])){
+ $this->type = $_POST['type'];
+ }
+
}