From 20f644e04a04a3b175692332403ba17ed41c68aa Mon Sep 17 00:00:00 2001 From: Chad Little Date: Sun, 23 Nov 2003 17:56:27 +0000 Subject: Updated to not hyperlink url if not present. --- includes/event.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/event.php') diff --git a/includes/event.php b/includes/event.php index 05cd892..ffa0308 100644 --- a/includes/event.php +++ b/includes/event.php @@ -58,7 +58,7 @@ if ($status) { $display .= $status_lang . ' - ' . $status. '
' . "\n"; } if ($location) { - if (isset($url)) $location = ''.$location.''; + if ($url != '') $location = ''.$location.''; $display .= $location_lang . ' - ' . $location.'
'; } $sheet_href = BASE.'styles/'.$style_sheet.'/default.css'; -- cgit v1.2.3