new moon stuff
This commit is contained in:
@@ -317,8 +317,6 @@ class MoonsAdminController extends Controller
|
|||||||
//Set up the moon rental type
|
//Set up the moon rental type
|
||||||
if($moon->rental_type == 'In Alliance') {
|
if($moon->rental_type == 'In Alliance') {
|
||||||
$type = 'IA';
|
$type = 'IA';
|
||||||
|
|
||||||
|
|
||||||
} else if($moon->rental_type == 'Out of Alliance') {
|
} else if($moon->rental_type == 'Out of Alliance') {
|
||||||
$type = 'OOA';
|
$type = 'OOA';
|
||||||
} else if($moon->rental_type == 'Alliance') {
|
} else if($moon->rental_type == 'Alliance') {
|
||||||
|
|||||||
Reference in New Issue
Block a user