Add updatelog table.
[lhc/web/wiklou.git] / maintenance / mcc.php
index b0302ab..97a344f 100644 (file)
@@ -8,7 +8,6 @@
 
 /** */
 require_once( 'commandLine.inc' );
-require_once( 'memcached-client.php' );
 
 $mcc = new memcached( array('persistant' => true/*, 'debug' => true*/) );
 $mcc->set_servers( $wgMemCachedServers );
@@ -173,4 +172,4 @@ do {
        }
 } while ( !$quit );
 
-?>
+