Index: trunk/extensions/Translate/scripts/sync-group.php |
— | — | @@ -88,8 +88,8 @@ |
89 | 89 | STDOUT( "Modify time for $code: " . wfTimestamp( TS_ISO_8601, $ts ) ); |
90 | 90 | |
91 | 91 | $count = $cs->checkConflicts( $code, $start, $end, $ts ); |
92 | | - |
93 | 92 | } |
| 93 | + |
94 | 94 | unset( $group ); |
95 | 95 | } |
96 | 96 | |
— | — | @@ -144,8 +144,6 @@ |
145 | 145 | continue; |
146 | 146 | } |
147 | 147 | |
148 | | - |
149 | | - |
150 | 148 | $title = Title::makeTitleSafe( $this->group->getNamespace(), "$key/$code" ); |
151 | 149 | |
152 | 150 | $page = $title->getPrefixedText(); |
— | — | @@ -210,7 +208,6 @@ |
211 | 209 | |
212 | 210 | if ( !$this->interactive ) continue; |
213 | 211 | STDOUT( " →Needs manual resolution", $page ); |
214 | | - |
215 | 212 | STDOUT( "Source translation at $changeDate:" ); |
216 | 213 | STDOUT( $this->color( 'blue', $translation ) . "\n" ); |
217 | 214 | STDOUT( "Wiki translation at $wikiDate:" ); |
— | — | @@ -230,7 +227,6 @@ |
231 | 228 | break; |
232 | 229 | } |
233 | 230 | } while ( true ); |
234 | | - |
235 | 231 | } |
236 | 232 | } |
237 | 233 | |
— | — | @@ -299,7 +295,6 @@ |
300 | 296 | |
301 | 297 | $wgUser = $old; |
302 | 298 | } |
303 | | - |
304 | 299 | } |
305 | 300 | |
306 | 301 | STDOUT( wfTimestamp( TS_RFC2822 ) ); |