diff --git a/functions.php b/functions.php index 4ae5aa08e..5bb5ea386 100644 --- a/functions.php +++ b/functions.php @@ -4712,7 +4712,7 @@ $entry = ""; - if (($ctype = __("audio/mpeg")) && + if (($ctype == __("audio/mpeg")) && (get_pref($link, "ENABLE_FLASH_PLAYER")) ) { $entry .= " "; @@ -5180,7 +5180,7 @@ $entry = ""; - if (($ctype = __("audio/mpeg")) && + if (($ctype == __("audio/mpeg")) && (get_pref($link, "ENABLE_FLASH_PLAYER")) ) { $entry .= " ";