http://www.mediawiki.org/wiki/Special:Code/MediaWiki/88573

Revision: 88573
Author:   mkroetzsch
Date:     2011-05-22 12:57:42 +0000 (Sun, 22 May 2011)
Log Message:
-----------
record list properties no longer used

Modified Paths:
--------------
    trunk/extensions/SemanticMediaWiki/includes/storage/SMW_SQLStore2.php

Modified: trunk/extensions/SemanticMediaWiki/includes/storage/SMW_SQLStore2.php
===================================================================
--- trunk/extensions/SemanticMediaWiki/includes/storage/SMW_SQLStore2.php       
2011-05-22 12:46:44 UTC (rev 88572)
+++ trunk/extensions/SemanticMediaWiki/includes/storage/SMW_SQLStore2.php       
2011-05-22 12:57:42 UTC (rev 88573)
@@ -65,11 +65,11 @@
                '_SF_DF' => 20, // Semantic Form's default form property
                '_SF_AF' => 21,  // Semantic Form's alternate form property
                '_ERRP' => 22,
-               '_1' => 23, // properties for encoding (short) lists
-               '_2' => 24,
-               '_3' => 25,
-               '_4' => 26,
-               '_5' => 27,
+//             '_1' => 23, // properties for encoding (short) lists
+//             '_2' => 24,
+//             '_3' => 25,
+//             '_4' => 26,
+//             '_5' => 27,
                '_LIST' => 28,
                '_MDAT' => 29,
        );


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to