r88573 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r88572‎ | r88573 | r88574 >
Date:12:57, 22 May 2011
Author:mkroetzsch
Status:deferred
Tags:
Comment:
record list properties no longer used
Modified paths:
  • /trunk/extensions/SemanticMediaWiki/includes/storage/SMW_SQLStore2.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticMediaWiki/includes/storage/SMW_SQLStore2.php
@@ -65,11 +65,11 @@
6666 '_SF_DF' => 20, // Semantic Form's default form property
6767 '_SF_AF' => 21, // Semantic Form's alternate form property
6868 '_ERRP' => 22,
69 - '_1' => 23, // properties for encoding (short) lists
70 - '_2' => 24,
71 - '_3' => 25,
72 - '_4' => 26,
73 - '_5' => 27,
 69+// '_1' => 23, // properties for encoding (short) lists
 70+// '_2' => 24,
 71+// '_3' => 25,
 72+// '_4' => 26,
 73+// '_5' => 27,
7474 '_LIST' => 28,
7575 '_MDAT' => 29,
7676 );

Status & tagging log