removed relic
authorTim Starling <tstarling@users.mediawiki.org>
Sun, 14 Aug 2005 16:28:46 +0000 (16:28 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Sun, 14 Aug 2005 16:28:46 +0000 (16:28 +0000)
includes/ExternalStoreDB.php

index 155e428..3c61726 100644 (file)
@@ -36,11 +36,7 @@ class ExternalStoreDB {
                $lb =& $this->getLoadBalancer( $cluster );
                return $lb->getConnection( DB_MASTER );
        }               
-               
-       function ExternalStoreDB() {
-               $this->mLoadBalancer = LoadBalancer::NewFromParams( $wgExternalServers[$cluster] );
-       }
-
+       
        function fetchFromURL($url) {
                global $wgExternalServers;
                #
@@ -63,7 +59,6 @@ class ExternalStoreDB {
                        $obj = unserialize( $ret );
                        $ret = $obj->getItem( $itemID );
                }
-               
                return $ret;
        }