チェンジセット 104: trunk/install/php/delepgp.php
- コミット日時:
- 2010/05/30 22:07:49 (15 年前)
- ファイル:
凡例:
- 変更無し
- 追加
- 削除
- 更新
- コピー
- 移動
trunk/install/php/delepgp.php
r94 r104 75 75 // $rs = m_query($con, $query, "DBクエリに失敗しました"); 76 76 $rs = sql_query($con, $query, "DBクエリに失敗しました",array($pid)); 77 $rowdata = $rs->fetch(); 78 if (! $rowdate) { 79 die_exit("登録番組がありません<BR>"); 77 $rowdata = $rs->fetch(); 78 79 if (!is_array($rowdata) || empty($rowdata)) { 80 die_exit("登録番組がありません<BR>"); 80 81 } 81 82