/****************************************************** ' System :「きゃららFactory」管理者用ページル ' 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"); include("$inc/select.php"); include("$inc/decode.php"); // メイン処理 set_global('master_st', 'マスタ管理|スタッフ関連マスタ', '所属マスタ', BACK_TOP); $sql = "SELECT * FROM m_staff_org WHERE so_org_cd = $so_cd"; $result = db_exec($sql); if (pg_numrows($result) == 0) system_error("所属名IDが不正", __FILE__); $fetch = pg_fetch_object($result, 0); ?>