r10236 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r10235‎ | r10236 | r10237 >
Date:10:00, 22 July 2005
Author:vibber
Status:old
Tags:
Comment:
Remove extra semicolon
Modified paths:
  • /trunk/phase3/includes/SpecialWatchlist.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/SpecialWatchlist.php
@@ -15,7 +15,7 @@
1616 * constructor
1717 */
1818 function wfSpecialWatchlist( $par ) {
19 - global $wgUser, $wgOut, $wgLang, $wgTitle, $wgMemc, $wgRequest, $wgContLang;;
 19+ global $wgUser, $wgOut, $wgLang, $wgTitle, $wgMemc, $wgRequest, $wgContLang;
2020 global $wgUseWatchlistCache, $wgWLCacheTimeout, $wgDBname;
2121 global $wgRCShowWatchingUsers, $wgEnotifWatchlist, $wgShowUpdatedMarker;
2222 global $wgEnotifWatchlist;

Status & tagging log