Comment out log_user_text stuff for now
authorAaron Schulz <aaron@users.mediawiki.org>
Thu, 18 Sep 2008 20:56:49 +0000 (20:56 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Thu, 18 Sep 2008 20:56:49 +0000 (20:56 +0000)
includes/Import.php

index 42bb521..a4eeb92 100644 (file)
@@ -247,7 +247,7 @@ class WikiRevision {
                        array( 'log_type' => $this->getType(),
                                'log_action'    => $this->getAction(),
                                'log_timestamp' => $dbw->timestamp( $this->timestamp ),
-                               'log_user_text' => $this->user_text,
+                               #'log_user_text' => $this->user_text,
                                'log_params'    => $this->params ),
                        __METHOD__
                );
@@ -264,7 +264,7 @@ class WikiRevision {
                        'log_action' => $this->action,
                        'log_timestamp' => $dbw->timestamp( $this->timestamp ),
                        'log_user' => User::idFromName( $this->user_text ),
-                       'log_user_text' => $this->user_text,
+                       #'log_user_text' => $this->user_text,
                        'log_namespace' => $this->getTitle()->getNamespace(),
                        'log_title' => $this->getTitle()->getDBkey(),
                        'log_comment' => $this->getComment(),