From 60aa3d955ffe109a10c22338d7d4bbdaa4a8e60b Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Fri, 30 Oct 2015 14:32:14 -0400 Subject: [PATCH] Added occupancy default number to 1 in the reservation form --- page-150.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/page-150.php b/page-150.php index 84185d7..69c3ba2 100644 --- a/page-150.php +++ b/page-150.php @@ -25,10 +25,11 @@ 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")); ?> - + -- 2.17.1