/****************************************************** ' 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"); // 家族続柄値 function select_attb($default) { for ($i = -10; $i <= 10; $i++) { echo '\n"; } } //家族性別 function select_sex($default) { echo '\n"; echo '\n"; echo '\n"; } // メイン処理 set_global('master', 'マスタ管理|住居関連マスタメンテナンス', '家族続柄マスタ', BACK_TOP); $sql = "SELECT * FROM m_family_rel WHERE fr_family_rel_cd = $fr_cd"; $result = db_exec($sql); if (pg_numrows($result) == 0) system_error("家族続柄CDが不正", __FILE__); $fetch = pg_fetch_object($result, 0); ?>