Changeset 1417469
- Timestamp:
- 05/15/2016 06:41:01 PM (10 years ago)
- Location:
- eve-shipinfo/trunk
- Files:
-
- 2 edited
-
classes/EVEShipInfo.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
eve-shipinfo/trunk/classes/EVEShipInfo.php
r1417468 r1417469 120 120 } else { 121 121 $data = array( 122 'online' => $result['body'] .'s',122 'online' => $result['body'], 123 123 'installed' => $this->getDataVersion() 124 124 ); -
eve-shipinfo/trunk/readme.txt
r1417334 r1417469 56 56 * Modified the bundled data files to be smaller 57 57 * Fixed the memory issues by switching to custom database tables 58 * Added an update checker and updater for the data files 58 59 * Added support for ammo in EFT fittings 59 60 * Fixed a number of bugs
Note: See TracChangeset
for help on using the changeset viewer.