diff --git a/www/pages/series.php b/www/pages/series.php index 2acb1413a..a95ea4d5a 100644 --- a/www/pages/series.php +++ b/www/pages/series.php @@ -64,7 +64,6 @@ if (isset($_GET["id"]) && ctype_digit($_GET['id'])) { } $seriestitles = implode('/', array_map("trim", $seriestitles)); - var_dump($seriestitles); $page->smarty->assign('seriestitles', $seriestitles); $page->smarty->assign('seriessummary', array_shift($seriessummary)); $page->smarty->assign('seriescountry', array_shift($seriescountry)); diff --git a/www/themes/charisma/templates/frontend/viewseries.tpl b/www/themes/charisma/templates/frontend/viewseries.tpl index 76ef40dac..6b1f2cbbb 100644 --- a/www/themes/charisma/templates/frontend/viewseries.tpl +++ b/www/themes/charisma/templates/frontend/viewseries.tpl @@ -1,4 +1,4 @@ -{if isset($nodata) && $nodata != ''} +{if isset($nodata) && $nodata != ""}