r36002 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r36001‎ | r36002 | r36003 >
Date:19:22, 7 June 2008
Author:nikerabbit
Status:old
Tags:
Comment:
* Oops, fixing the remaining merge conflicts
Modified paths:
  • /trunk/extensions/Translate/ffs/Gettext.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Translate/ffs/Gettext.php
@@ -282,20 +282,12 @@
283283 return $out;
284284 }
285285
286 -<<<<<<< .mine
287286 protected function escape( $line ) {
288287 #$line = addcslashes( $line, '\\"' );
289288 $line = str_replace( "\n", '\n', $line );
290289 $line = '"' . $line . '"';
291290 return $line;
292 -=======
293 - public function parseMessages( $filename ) {
294 - $messages = array();
295 - require( $filename );
296 - return $messages;
297 ->>>>>>> .r35998
298291 }
299 -<<<<<<< .mine
300292
301293 protected function formatcomments( $comments, $documentation = false, $flags = false ) {
302294 if ( $documentation ) {
@@ -304,8 +296,6 @@
305297 }
306298 }
307299
308 -=======
309 ->>>>>>> .r35998
310300 if ( $flags ) {
311301 $comments[','][] = implode( ', ', $flags );
312302 }

Status & tagging log