Removed the indexes for the attributes of type Enum

SVN:trunk[420]
This commit is contained in:
Romain Quetiez
2010-05-21 07:43:51 +00:00
parent 80425789a7
commit 08a8835fa5

View File

@@ -925,7 +925,7 @@ class AttributeEnum extends AttributeString
public function RequiresIndex()
{
return true;
return false;
}
public function GetBasicFilterOperators()