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

Revision: 55182
Author:   siebrand
Date:     2009-08-17 13:36:52 +0000 (Mon, 17 Aug 2009)

Log Message:
-----------
Update spacing

Modified Paths:
--------------
    trunk/extensions/Translate/scripts/sync-group.php

Modified: trunk/extensions/Translate/scripts/sync-group.php
===================================================================
--- trunk/extensions/Translate/scripts/sync-group.php   2009-08-17 13:35:42 UTC 
(rev 55181)
+++ trunk/extensions/Translate/scripts/sync-group.php   2009-08-17 13:36:52 UTC 
(rev 55182)
@@ -88,8 +88,8 @@
                STDOUT( "Modify time for $code: " . wfTimestamp( TS_ISO_8601, 
$ts ) );
 
                $count = $cs->checkConflicts( $code, $start, $end, $ts );
-
        }
+
        unset( $group );
 }
 
@@ -144,8 +144,6 @@
                                continue;
                        }
 
-
-
                        $title = Title::makeTitleSafe( 
$this->group->getNamespace(), "$key/$code" );
 
                        $page = $title->getPrefixedText();
@@ -210,7 +208,6 @@
 
                        if ( !$this->interactive ) continue;
                        STDOUT( " →Needs manual resolution", $page );
-
                        STDOUT( "Source translation at $changeDate:" );
                        STDOUT( $this->color( 'blue', $translation ) . "\n" );
                        STDOUT( "Wiki translation at $wikiDate:" );
@@ -230,7 +227,6 @@
                                        break;
                                }
                        } while ( true );
-
                }
        }
 
@@ -299,7 +295,6 @@
 
                $wgUser = $old;
        }
-
 }
 
 STDOUT( wfTimestamp( TS_RFC2822 ) );



_______________________________________________
MediaWiki-CVS mailing list
MediaWiki-CVS@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to