From 29f46a973ce7ccc37e24d2700ad8bfdac98ec16d Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Tue, 6 Apr 2021 09:58:32 +0200 Subject: Missing semicolon --- includes/public/shortcodes/giglog_photographers.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/public/shortcodes/giglog_photographers.php b/includes/public/shortcodes/giglog_photographers.php index efedc84..c26eb84 100644 --- a/includes/public/shortcodes/giglog_photographers.php +++ b/includes/public/shortcodes/giglog_photographers.php @@ -233,7 +233,7 @@ function giglogadmin_getconcertsphotog ( ) { $content .= ' CITYBANDVENUEDATE PHOTO1PHOTO2TEXT1TEXT2 - STATUS' + STATUS'; if (current_user_can('administrator')) //($hf_username == 'etadmin') $content .= 'AdminButtons'; $content .= ''; @@ -295,7 +295,7 @@ function giglogadmin_getconcertsphotog ( ) { $content .= '
'; $content .= ''; - } + } $content .= ''; $lastType = $row->wpgvenue_city; } -- cgit v1.2.3