チェンジセット 97: trunk/install/php/m.php

差分発生行の前後
無視リスト:
コミット日時:
2010/04/02 22:58:58 (14 年前)
コミッタ:
sorshi
ログメッセージ:

radiko録音対応

ファイル:

凡例:

変更無し
追加
削除
更新
コピー
移動
  • trunk/install/php/m.php

    r94 r97  
    239239FROM  foltia_station  
    240240WHERE digitalch > 0  
     241UNION 
     242SELECT DISTINCT  stationid,stationname,stationrecch ,digitalch  
     243FROM  foltia_station  
     244WHERE stationrecch = -2  
    241245ORDER BY x ASC"; 
    242246 
     
    248252                        if ($recstid == $rowdata[0]){ 
    249253                        print " <input name=\"recstid\" type=\"radio\" value=\"$rowdata[0]\" checked />  $rowdata[1] ($rowdata[2]ch / $rowdata[3]ch) \n"; 
     254                        }elseif( $rowdata[2] == -2){ 
     255                        print " <input name=\"recstid\" type=\"radio\" value=\"$rowdata[0]\" checked />  $rowdata[1] (<!-- $rowdata[2]ch / $rowdata[3]ch -->RADIKO) \n"; 
    250256                        }else{ 
    251257                                print " <input name=\"recstid\" type=\"radio\" value=\"$rowdata[0]\" />  $rowdata[1] ($rowdata[2]ch / $rowdata[3]ch) \n"; 
track feed