From cb45389b9c4d5ec23b9d2e9848d94a46b6bbeca2 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Tue, 31 May 2005 07:21:31 +0000 Subject: * Remove linkscc table code, no longer used. --- config/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/index.php') 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; -- cgit v1.2.3