import moons
This commit is contained in:
@@ -94,11 +94,9 @@ class ImportAllianceMoons extends Command
|
|||||||
$systemname = null;
|
$systemname = null;
|
||||||
|
|
||||||
if($moon[0] != null) {
|
if($moon[0] != null) {
|
||||||
//Do nothing
|
|
||||||
} else {
|
|
||||||
for($i = 0; $i < sizeof($moon[0]); $i++) {
|
|
||||||
var_dump($moon[0]);
|
var_dump($moon[0]);
|
||||||
}
|
} else {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user