@@ -129,11 +129,11 @@ |
||
| 129 | 129 | if ($single) { |
| 130 | 130 | $typeID = $single["typeID"]; |
| 131 | 131 | |
| 132 | - if (is_null($typeID)){ |
|
| 132 | + if (is_null($typeID)) { |
|
| 133 | 133 | $typeID = $single; |
| 134 | 134 | } |
| 135 | 135 | |
| 136 | - if ($systemName == "pc"){ |
|
| 136 | + if ($systemName == "pc") { |
|
| 137 | 137 | $solarSystemID = "global"; |
| 138 | 138 | } else { |
| 139 | 139 | $solarSystemID = apiCharacterID(urlencode($systemName)); |