チェンジセット 106: trunk/install/php/showplaylist.php
- コミット日時:
- 2010/06/30 18:39:52 (14 年前)
- ファイル:
凡例:
- 変更無し
- 追加
- 削除
- 更新
- コピー
- 移動
trunk/install/php/showplaylist.php
r103 r106 97 97 //旧仕様 98 98 if($list == "raw"){ 99 exec ("ls -t $recfolderpath/*. m2?", $m2pfiles);99 exec ("ls -t $recfolderpath/*.???", $m2pfiles); 100 100 101 101 … … 106 106 107 107 if(($fName == ".") or ($fName == "..") ){ continue; } 108 if ( ereg(".m2.+", $fName)){108 if ((ereg(".m2.+", $fName))|| (ereg(".aac", $fName))){ 109 109 $filesplit = split("-",$fName); 110 110 … … 120 120 $rs = sql_query($con, $query, "DBクエリに失敗しました",array($filesplit[0])); 121 121 $rall = $rs->fetchAll(); 122 $rowdata = $rall[ $row];122 $rowdata = $rall[0]; 123 123 //print" $fName./$rowdata[1]//$rowdata[2]<BR>\n"; 124 124 $title = $rowdata[1]; … … 138 138 $rs = sql_query($con, $query, "DBクエリに失敗しました",array($filesplit[0],$filesplit[1])); 139 139 $rall = $rs->fetchAll(); 140 $rowdata = $rall[ $row];140 $rowdata = $rall[0]; 141 141 //print" $fName./$rowdata[1]/$rowdata[2]/$rowdata[3]<BR>\n"; 142 142 $title = $rowdata[1];