Index: trunk/extensions/SemanticMediaWiki/includes/storage/SMW_SQLStore2.php |
— | — | @@ -65,11 +65,11 @@ |
66 | 66 | '_SF_DF' => 20, // Semantic Form's default form property |
67 | 67 | '_SF_AF' => 21, // Semantic Form's alternate form property |
68 | 68 | '_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, |
74 | 74 | '_LIST' => 28, |
75 | 75 | '_MDAT' => 29, |
76 | 76 | ); |