Index: trunk/install/php/delepgp.php
===================================================================
--- trunk/install/php/delepgp.php (リビジョン 94)
+++ trunk/install/php/delepgp.php (リビジョン 104)
@@ -75,7 +75,8 @@
// $rs = m_query($con, $query, "DBクエリに失敗しました");
$rs = sql_query($con, $query, "DBクエリに失敗しました",array($pid));
-$rowdata = $rs->fetch();
-if (! $rowdate) {
- die_exit("登録番組がありません
");
+ $rowdata = $rs->fetch();
+
+ if (!is_array($rowdata) || empty($rowdata)) {
+ die_exit("登録番組がありません
");
}