/****************************************************** ' System :Eco-footprint 管理用ページ ' Content:給湯器タイプマスタ変更画面 '******************************************************/ $top = "../../.."; $inc = "$top/inc"; include("$inc/login_check.php"); include("$inc/header.php"); $inc = "$top/../inc"; include("$inc/common.php"); include("$inc/define.php"); include("$inc/database.php"); // メイン処理 set_global('master', 'マスタ管理|住居関連マスタメンテナンス', '給湯器タイプマスタ', BACK_TOP); $sql = "SELECT * FROM m_boiler_type WHERE bt_boiler_type_cd = $bt_cd"; $result = db_exec($sql); if (pg_numrows($result) == 0) system_error("給湯器タイプIDが不正", __FILE__); $fetch = pg_fetch_object($result, 0); ?>