diff --git a/ad_recommendation.php b/ad_recommendation.php index fa180da..5aaceeb 100644 --- a/ad_recommendation.php +++ b/ad_recommendation.php @@ -166,7 +166,11 @@ if ($stmt && $stmt->num_rows > 0) {
Empfehlung des Tages

-

120) ? mb_substr($rDesc, 0, 120) . '...' : $rDesc ?>

+ 120 ? (function_exists('mb_substr') ? mb_substr($rDesc, 0, 120) : substr($rDesc, 0, 120)) . '...' : $rDesc; + ?> +

Jetzt ansehen ›