r51286 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r51285‎ | r51286 | r51287 >
Date:14:47, 1 June 2009
Author:ialex
Status:ok
Tags:
Comment:
forgot to save this before committing *sigh*
Modified paths:
  • /trunk/phase3/includes/specials/SpecialRevisiondelete.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialRevisiondelete.php
@@ -475,8 +475,9 @@
476476 * @param $desc String: description to add to the array if the option was
477477 * enabled / disabled.
478478 * @param $field Integer: the bitmask describing the single option.
479 - * @param $diff Integer: The xor of the old and new bitfields.
480 - * @param $arr Array: The array to update.
 479+ * @param $diff Integer: the xor of the old and new bitfields.
 480+ * @param $new Integer: the new bitfield
 481+ * @param $arr Array: the array to update.
481482 */
482483 protected static function checkItem( $desc, $field, $diff, $new, &$arr ) {
483484 if( $diff & $field ) {

Status & tagging log