summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f9d805f)
raw | patch | inline | side by side (parent: f9d805f)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 4 May 2010 14:54:52 +0000 (14:54 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 4 May 2010 14:54:52 +0000 (14:54 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18049 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/include/class_userFilterEditor.inc | patch | blob | history |
diff --git a/gosa-core/include/class_userFilterEditor.inc b/gosa-core/include/class_userFilterEditor.inc
index 1d55eaf64c33e9b2b120a5c4adfc145599e0ee27..023b5d32754e2f3c73bfe7b5acc6518a8a3b0037 100644 (file)
// The list of all categories mangaged by the current filter object.
// Used in the grop-down box.
public $orig_name = "";
- public $backends = array('LDAP','LDAPBlacklist', 'SYSTEMS', 'FAI', 'GroupLDAP','ACL', 'OPSIPackages','APPLICATIONS','MIMETYPES');
+ public $backends = array('LDAP','LDAPBlacklist', 'SYSTEMS', 'FAI', 'GroupLDAP','ACL', 'OPSIPackages','APPLICATIONS','MIMETYPES','CONFIGPROPERTIES');
/*! \brief Instantiate the filter editing dialog.