From fde0f2b1f319442ef9b0d1b8c5477fc0d35d3cee Mon Sep 17 00:00:00 2001 From: Tiago Dias Date: Sun, 7 Sep 2014 15:04:00 +0100 Subject: [PATCH] Made upcoming concert box only show up when there are any upcoming concerts. https://what.cd/forums.php?action=viewthread&threadid=193262 --- sections/artist/concerts.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sections/artist/concerts.php b/sections/artist/concerts.php index 99cb3929..91613e0c 100644 --- a/sections/artist/concerts.php +++ b/sections/artist/concerts.php @@ -21,6 +21,8 @@ echo ''; } $Concerts .= ob_get_clean(); + +if isset($ArtistEvents['events']['event']) { ?>
@@ -33,6 +35,8 @@
+ +