Updated data model dictionary + a few adjustments in the data model + quick fix in the setup

SVN:trunk[498]
This commit is contained in:
Romain Quetiez
2010-06-28 15:22:51 +00:00
parent 95dc9bfc1a
commit b178cc4620
4 changed files with 536 additions and 1210 deletions

View File

@@ -774,6 +774,7 @@ class AttributePassword extends AttributeString
public function GetFilterDefinitions()
{
// Note: due to this, you will get an error if a password is being declared as a search criteria (see ZLists)
// not allowed to search on passwords!
return array();
}