Index: trunk/extensions/SemanticMediaWiki/includes/storage/SMW_SQLStore.php |
— | — | @@ -871,9 +871,10 @@ |
872 | 872 | } |
873 | 873 | } else { // special property |
874 | 874 | switch ($property) { |
875 | | - case SMW_SP_IMPORTED_FROM: case SMW_SP_INSTANCE_OF: case SMW_SP_SUBCLASS_OF: case SMW_SP_REDIRECTS_TO: |
| 875 | + case SMW_SP_IMPORTED_FROM: case SMW_SP_INSTANCE_OF: case SMW_SP_SUBCLASS_OF: case SMW_SP_REDIRECTS_TO: case SMW_SP_CONCEPT_DESC: |
876 | 876 | // don't store this, just used for display; |
877 | 877 | // TODO: filtering here is bad for fully neglected properties (IMPORTED FROM) |
| 878 | + // NOTE: concept descriptions are ignored by that storage implementation |
878 | 879 | break; |
879 | 880 | case SMW_SP_SUBPROPERTY_OF: |
880 | 881 | if ( $subject->getNamespace() != SMW_NS_PROPERTY ) { |