r45179 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r45178‎ | r45179 | r45180 >
Date:08:54, 30 December 2008
Author:aaron
Status:deferred
Tags:
Comment:
Remove comment and unneeded fr_text reference
Modified paths:
  • /trunk/extensions/FlaggedRevs/FlaggedRevision.php (modified) (history)
  • /trunk/extensions/FlaggedRevs/FlaggedRevs.class.php (modified) (history)

Diff [purge]

Index: trunk/extensions/FlaggedRevs/FlaggedRevs.class.php
@@ -262,9 +262,6 @@
263263
264264 /**
265265 * Get the HTML output of a revision based on $text.
266 - * If the text is being reparsed from fr_text (expanded text),
267 - * it should be specified...In such cases, the parser will not have
268 - * template ID data. We need to know this so we can just get the data from the DB.
269266 * @param Article $article
270267 * @param string $text
271268 * @param int $id
Index: trunk/extensions/FlaggedRevs/FlaggedRevision.php
@@ -243,7 +243,7 @@
244244 * @returns Array text select fields (text/text flags)
245245 */
246246 public static function selectTextFields() {
247 - return array('fr_text','fr_flags');
 247+ return array('fr_flags');
248248 }
249249
250250 /**

Status & tagging log