Changeset 275
- Timestamp:
- 12/06/07 18:20:05 (15 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
dev/common/includes/class.parser.php
r274 r275 548 548 if ($set == 'german') 549 549 { 550 $this->killmail_ = str_replace(array(chr(195).chr(182), chr(195).chr(164)), array(chr(246), chr(228)), $this->killmail_); 551 550 552 $search = array('Ziel:','Allianz: NICHTS','Allianz: nichts','Allianz:', 551 553 'Zerst'.chr(246).'rte Gegenst'.chr(228).'nde', 'Zerst'.chr(246).'rt:', 'Sicherheit:', … … 559 561 'Dropped items:', 'Qty:'); 560 562 561 if (strpos($this->killmail, chr(246)) === false)562 {563 $this->killmail_ = utf8_decode($this->killmail_);564 }563 //if (strpos($this->killmail, chr(246)) === false) 564 //{ 565 // $this->killmail_ = utf8_decode($this->killmail_); 566 //} 565 567 $this->killmail_ = str_replace($search, $replace, $this->killmail_); 566 568 return;