Create new old_text and ar_text fields as mediumblob instead of mediumtext.
[lhc/web/wiklou.git] / maintenance / liveCmdLine.inc
index 67d09d1..529bf6f 100644 (file)
@@ -1,10 +1,16 @@
 <?php
-
-# This is a drop-in replacement for commandLine.inc, for use only on
-# the Wikimedia wikis.
-# Call your command-line script with the language name and site name,
-# e.g. php convertLinks.php aa wikipedia
-
+/**
+ * This is a drop-in replacement for commandLine.inc, for use only on
+ * the Wikimedia wikis.
+ * Call your command-line script with the language name and site name,
+ * e.g. php convertLinks.php aa wikipedia
+ *
+ * @todo document
+ * @package MediaWiki
+ * @subpackage Maintenance
+ */
+
+/** */
 if ( isset( $_SERVER ) && array_key_exists( 'REQUEST_METHOD', $_SERVER ) ) {
        print "This script must be run from the command line\n";
        exit();
@@ -42,8 +48,6 @@ ini_set( "include_path", "/home/wikipedia/common/php-new:/home/wikipedia/common/
 
 require_once( "/home/wikipedia/common/php-new/CommonSettings.php" );
 
-$wgUsePHPTal = false;
-
 define("MEDIAWIKI",true);
 require_once( "Setup.php" );
 require_once( "../install-utils.inc" );