Index: trunk/install/php/selectcaptureimage.php =================================================================== --- trunk/install/php/selectcaptureimage.php (リビジョン 37) +++ trunk/install/php/selectcaptureimage.php (リビジョン 41) @@ -66,5 +66,14 @@ "; $rs = m_query($con, $query, "DBクエリに失敗しました"); - $rowdata = pg_fetch_row($rs, 0); +$rows = pg_num_rows($rs); +if ($rows == 0){ + print "
キャプチャ画像
+
+録画記録がありません。
+";
+
+}else{
+$rowdata = pg_fetch_row($rs, 0);
print "
キャプチャ画像
@@ -105,10 +114,7 @@ }//foreach // タイトル一覧 ここまで +}//if rowdata == 0 -// ファイル一覧 ここから ?> - - -