r69891 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r69890‎ | r69891 | r69892 >
Date:18:26, 25 July 2010
Author:platonides
Status:ok
Tags:
Comment:
Follow up r69643. Remove unused global.
Modified paths:
  • /trunk/phase3/includes/normal/UtfNormalTest2.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/normal/UtfNormalTest2.php
@@ -62,7 +62,7 @@
6363 assert_options(ASSERT_CALLBACK, 'my_assert');
6464
6565 function my_assert( $file, $line, $code ) {
66 - global $col, $count, $lineNo;
 66+ global $col, $lineNo;
6767 echo "Assertion that '$code' failed on line $lineNo ($col[5])\n";
6868 }
6969
@@ -227,4 +227,4 @@
228228 $ret[] = $c;
229229
230230 return $ret;
231 -}
\ No newline at end of file
 231+}

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r69643Slightly different, but similar to brion's tests. I wrote this before I disc...mah21:17, 20 July 2010

Status & tagging log