From 95532dbf0122899cde6c622071c7c04500d74366 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Fri, 30 Oct 2015 14:37:32 -0400 Subject: [PATCH] Occupancy variable not being submitted, changing data types --- page-150.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/page-150.php b/page-150.php index 19c8659..c8b99d5 100644 --- a/page-150.php +++ b/page-150.php @@ -25,9 +25,8 @@ if ($arrival == NULL || $departure == NULL){ $arrival = date("m/d/Y", strtotime("+2 days")); $departure = date("m/d/Y", strtotime($arrival. ' +2 days')); - $occupancy = 1; } - //$arrival = date("m/d/Y", strtotime("+2 days")); + $occupancy = "1"; ?> -- 2.17.1