http://www.mediawiki.org/wiki/Special:Code/MediaWiki/70115

Revision: 70115
Author:   nikerabbit
Date:     2010-07-28 21:33:48 +0000 (Wed, 28 Jul 2010)

Log Message:
-----------
... and remove debugging

Modified Paths:
--------------
    trunk/extensions/Translate/ffs/PhpVariables.php

Modified: trunk/extensions/Translate/ffs/PhpVariables.php
===================================================================
--- trunk/extensions/Translate/ffs/PhpVariables.php     2010-07-28 21:32:53 UTC 
(rev 70114)
+++ trunk/extensions/Translate/ffs/PhpVariables.php     2010-07-28 21:33:48 UTC 
(rev 70115)
@@ -171,7 +171,6 @@
                $matches = array();
                preg_match_all( '/^ \* @author\s+(.+)$/m', $data, $matches );
                $authors = $matches[1];
-               var_dump( $matches );
 
                # Then messages
                $matches = array();



_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to