r37514 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r37513‎ | r37514 | r37515 >
Date:17:43, 10 July 2008
Author:mkroetzsch
Status:old
Tags:
Comment:
oops, still used old store, fixed
Modified paths:
  • /tags/extensions/SemanticMediaWiki/REL_1_2/includes/SMW_Settings.php (modified) (history)

Diff [purge]

Index: tags/extensions/SemanticMediaWiki/REL_1_2/includes/SMW_Settings.php
@@ -228,7 +228,7 @@
229229 # Use another storage backend for Semantic MediaWiki. Use SMW_STORE_TESTING
230230 # to run tests without modifying your database at all.
231231 ##
232 -$smwgDefaultStore = "SMWSQLStore";
 232+$smwgDefaultStore = "SMWSQLStore2";
233233 ##
234234 ## The following is for backwards compatibility of LocalSettings.php only
235235 define('SMW_STORE_MWDB',"SMWSQLStore"); // uses the MediaWiki database, needs initialisation via Special:SMWAdmin.

Status & tagging log