From: Aaron Schulz Date: Thu, 18 Sep 2008 20:56:49 +0000 (+0000) Subject: Comment out log_user_text stuff for now X-Git-Tag: 1.31.0-rc.0~45228 X-Git-Url: https://git.cyclocoop.org//%22?a=commitdiff_plain;h=6e1c270ac88ff21eb0b95c2724d56a3ddca05706;p=lhc%2Fweb%2Fwiklou.git Comment out log_user_text stuff for now --- 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(),