チェンジセット 97: trunk/install/php/m.php
- コミット日時:
- 2010/04/02 22:58:58 (15 年前)
- ファイル:
-
- trunk/install/php/m.php (更新) (2 diffs)
凡例:
- 変更無し
- 追加
- 削除
- 更新
- コピー
- 移動
trunk/install/php/m.php
r94 r97 239 239 FROM foltia_station 240 240 WHERE digitalch > 0 241 UNION 242 SELECT DISTINCT stationid,stationname,stationrecch ,digitalch 243 FROM foltia_station 244 WHERE stationrecch = -2 241 245 ORDER BY x ASC"; 242 246 … … 248 252 if ($recstid == $rowdata[0]){ 249 253 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"; 250 256 }else{ 251 257 print " <input name=\"recstid\" type=\"radio\" value=\"$rowdata[0]\" /> $rowdata[1] ($rowdata[2]ch / $rowdata[3]ch) \n";