--- a/common-template.inc.php +++ b/common-template.inc.php @@ -122,7 +122,7 @@ or enter an address/co-ordinates in the box below.'; } echo '
-

Change Time/Place (' . $_SESSION['time'] . ' '.ucwords(service_period()).')...

+

Change Time/Place (' . (isset($_SESSION['time']) ? $_SESSION['time'] : "Current Time,") . ' '.ucwords(service_period()).')...