diff --git a/html/lmbrowse.php b/html/lmbrowse.php index 65d9a5b..828f279 100644 --- a/html/lmbrowse.php +++ b/html/lmbrowse.php @@ -1,8 +1,8 @@ // $RCSfile: lmbrowse.php,v $ -// $Revision: 1.15 $ +// $Revision: 1.16 $ // $Name: $ -// $Date: 2015/09/07 19:23:56 $ +// $Date: 2015/12/04 10:40:41 $ // $Author: agibert $ /* @@ -643,7 +643,7 @@ function lmb_header( $page_id, $page_name, $page_title, $description, $keywords, global $lmb_ga_enable; - header('Content-type: text/html; charset=iso-8859-1'); + header('Content-type: text/html; charset=utf-8'); $keywords = "$lmb_keywords,$keywords"; @@ -3450,28 +3450,32 @@ function lmb_track_download( $play_type, $play_id, $play_priority, $track_id, $t } - for( $k = 0; $k < count( $mix_tab); $k++) + if( isset( $mix_tab)) { - if( "{$mix_tab[$k]["hide"]}" == "y") - { - $hide_flag="*"; - } - else - { - $hide_flag=""; - } - - $css_row = ( $k + 1 + count( $mix_tab)) % 2 + 3; - - echo "