From: Anthony Talarico Date: Fri, 30 Oct 2015 18:37:32 +0000 (-0400) Subject: Occupancy variable not being submitted, changing data types X-Git-Tag: v1.0.0^2~60 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=95532dbf0122899cde6c622071c7c04500d74366;p=WP-Themes%2Fbpla.git Occupancy variable not being submitted, changing data types --- 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"; ?>