From 6e1c270ac88ff21eb0b95c2724d56a3ddca05706 Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Thu, 18 Sep 2008 20:56:49 +0000 Subject: [PATCH] Comment out log_user_text stuff for now --- includes/Import.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/Import.php b/includes/Import.php index 42bb5212a4..a4eeb92c52 100644 --- a/includes/Import.php +++ b/includes/Import.php @@ -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(), -- 2.20.1