aboutsummaryrefslogtreecommitdiffstats
path: root/config/index.php
diff options
context:
space:
mode:
authorBrion Vibber <brion@users.mediawiki.org>2005-05-31 07:21:31 +0000
committerBrion Vibber <brion@users.mediawiki.org>2005-05-31 07:21:31 +0000
commitcb45389b9c4d5ec23b9d2e9848d94a46b6bbeca2 (patch)
treec96a4715051a158a4d64cec1fe20b55632024360 /config/index.php
parente0dd0777a4344038028dec276da282da5d7e40e1 (diff)
downloadmediawikicore-cb45389b9c4d5ec23b9d2e9848d94a46b6bbeca2.tar.gz
mediawikicore-cb45389b9c4d5ec23b9d2e9848d94a46b6bbeca2.zip
* Remove linkscc table code, no longer used.
Notes
Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/9276
Diffstat (limited to 'config/index.php')
-rw-r--r--config/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/index.php b/config/index.php
index 1a94942af86a..8d9223e30ab7 100644
--- a/config/index.php
+++ b/config/index.php
@@ -1099,7 +1099,7 @@ if ( \$wgCommandLineMode ) {
\$wgDBprefix = \"{$slconf['DBprefix']}\";
# If you're on MySQL 3.x, this next line must be FALSE:
-\$wgDBmysql4 = \$wgEnablePersistentLC = {$conf->DBmysql4};
+\$wgDBmysql4 = {$conf->DBmysql4};
## Shared memory settings
\$wgMainCacheType = $cacheType;