r70115 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r70114‎ | r70115 | r70116 >
Date:21:33, 28 July 2010
Author:nikerabbit
Status:ok
Tags:
Comment:
... and remove debugging
Modified paths:
  • /trunk/extensions/Translate/ffs/PhpVariables.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Translate/ffs/PhpVariables.php
@@ -171,7 +171,6 @@
172172 $matches = array();
173173 preg_match_all( '/^ \* @author\s+(.+)$/m', $data, $matches );
174174 $authors = $matches[1];
175 - var_dump( $matches );
176175
177176 # Then messages
178177 $matches = array();

Status & tagging log