- コミット日時:
- 2010/02/28 22:28:26 (15 年前)
- ファイル:
凡例:
- 変更無し
- 追加
- 削除
- 更新
- コピー
- 移動
trunk/install/php/selectcaptureimage.php
r85 r94 74 74 FROM foltia_subtitle , foltia_program ,foltia_station 75 75 WHERE foltia_program.tid = foltia_subtitle.tid AND foltia_station.stationid = foltia_subtitle.stationid 76 AND foltia_subtitle.pid = '$pid'76 AND foltia_subtitle.pid = ? 77 77 78 78 "; 79 $rs = m_query($con, $query, "DBクエリに失敗しました"); 80 $rows = pg_num_rows($rs); 81 if ($rows == 0){ 79 // $rs = m_query($con, $query, "DBクエリに失敗しました"); 80 $rs = sql_query($con, $query, "DBクエリに失敗しました",array($pid)); 81 $rowdata = $rs->fetch(); 82 if (! $rowdata) { 82 83 print " <p align=\"left\"><font color=\"#494949\" size=\"6\">キャプチャ画像</font></p> 83 84 <hr size=\"4\"> … … 87 88 88 89 }else{ 89 $rowdata = pg_fetch_row($rs, 0);90 91 90 print " <p align=\"left\"><font color=\"#494949\" size=\"6\">キャプチャ画像</font></p> 92 91 <hr size=\"4\">