get("ag_id", "number"); $f_id=$http->get("f_id", "number"); } catch (Exception $exc) { echo $exc->getMessage(); error_log($exc->getTraceAsString()); return; } require_once 'class/follow_up.class.php'; $follow=new Follow_Up($cn,$ag_id); ob_start(); $follow->remove_linked_card($f_id); echo $follow->display_linked(); HtmlInput::button_action_add_concerned_card( $follow->ag_id); $response = ob_get_clean(); $html = escape_xml($response); header('Content-type: text/xml; charset=UTF-8'); echo << unused $html EOF; ?>