r38268 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r38267‎ | r38268 | r38269 >
Date:01:16, 31 July 2008
Author:yaron
Status:old
Tags:
Comment:
Removed reference to SMW_SP_DEFAULT_SORT, not found anywhere else in code
Modified paths:
  • /trunk/extensions/SemanticMediaWiki/includes/storage/SMW_SQLStore.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticMediaWiki/includes/storage/SMW_SQLStore.php
@@ -880,7 +880,7 @@
881881 }
882882 } else { // special property
883883 switch ($property) {
884 - 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: case SMW_SP_DEFAULT_SORT:
 884+ 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:
885885 // don't store this, just used for display;
886886 // TODO: filtering here is bad for fully neglected properties (IMPORTED FROM)
887887 // NOTE: concept descriptions are ignored by that storage implementation

Status & tagging log