r110372 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r110371‎ | r110372 | r110373 >
Date:10:08, 31 January 2012
Author:nikerabbit
Status:ok
Tags:
Comment:
Ping r110367 - comma etterro
Modified paths:
  • /trunk/extensions/Translate/utils/TTMServer.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Translate/utils/TTMServer.php
@@ -106,7 +106,7 @@
107107 * longer. The old translations are still kept until purged by
108108 * rerunning the bootstrap script. */
109109 $conds = array(
110 - 'tms_context' => $title->getPrefixedText()
 110+ 'tms_context' => $title->getPrefixedText(),
111111 'tms_text' => $definition,
112112 );
113113 $sid = $dbw->selectField( 'translate_tms', 'tms_sid', $conds, __METHOD__ );

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r110367When message definition changes, create new source entry instead of using the...nikerabbit08:50, 31 January 2012

Status & tagging log