Changeset 325 for dev/common
- Timestamp:
- 03/31/08 10:20:31 (14 years ago)
- Location:
- dev/common/includes
- Files:
-
- 3 modified
Legend:
- Unmodified
- Added
- Removed
-
dev/common/includes/class.config.php
r300 r325 135 135 // add important upgrade configs here, they will return the default if not set 136 136 // they will be shown as set but take no space in the database 137 $defaults = array('summarytable_rowcount' => 6);137 $defaults = array('summarytable_rowcount' => 8); 138 138 139 139 if (!isset($defaults[$key])) -
dev/common/includes/class.parser.php
r323 r325 557 557 $search = array('Ziel:','Allianz: NICHTS','Allianz: nichts','Allianz: Nichts','Allianz:', 558 558 'Zerst'.chr(246).'rte Gegenst'.chr(228).'nde', 'Zerst'.chr(246).'rt:', 'Sicherheit:', 559 'Beteiligte Parteien:','Anz:','Corporation:','(Fracht)', 'Schiff:','Waffe:', 559 'Beteiligte Parteien:','Anz:','Corporation:','(Fracht)', 'Schiff:','Waffe:','(Im Container)', 560 560 'Verursachter Schaden:','Erlittener Schaden:', '(gab den letzten Schuss ab)', 561 561 'Hinterlassene Gegenst'.chr(228).'nde:', 'Anz.:', 'Unbekannt', 'Dronenhangar', 'Drohnenhangar'); 562 562 563 $replace = array('Victim:','Alliance: None','Alliance: None','Alliance: None','Alliance:', 563 564 'Destroyed items','Destroyed:', 'Security:', 564 'Involved parties:', 'Qty:', 'Corp:', '(Cargo)', 'Ship:', 'Weapon:', 565 'Involved parties:', 'Qty:', 'Corp:', '(Cargo)', 'Ship:', 'Weapon:','(In Container)', 565 566 'Damage Done:', 'Damage Taken:', '(laid the final blow)', 566 567 'Dropped items:', 'Qty:', 'Unknown', 'Drone Bay', 'Drone Bay'); -
dev/common/includes/globals.php
r324 r325 1 1 <?php 2 2 // current subversion revision 3 preg_match('/\$Re'.'vision: (.*?) \$/', '$Revision: 32 4$', $match);3 preg_match('/\$Re'.'vision: (.*?) \$/', '$Revision: 325 $', $match); 4 4 define('SVN_REV', $match[1]); 5 5