getall($sql, array($payment_id)); } if(count($arrPayment) > 0) { $path = $arrPayment[0]['module_path']; if(file_exists($path)) { require_once($path); exit; } else { sfDispSiteError(FREE_ERROR_MSG, "", true, "モジュールファイルの取得に失敗しました。
この手続きは無効となりました。", true); } } ?>