From: Anthony Talarico Date: Fri, 30 Oct 2015 18:32:14 +0000 (-0400) Subject: Added occupancy default number to 1 in the reservation form X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=60aa3d955ffe109a10c22338d7d4bbdaa4a8e60b;p=WP-Themes%2Fglmthemes%2Fbpla-theme.git Added occupancy default number to 1 in the reservation form --- 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")); ?> - +