Request_Print("A", "<CENTER bgcolor=white>The document <B>" . $GLOBALS[VARS]->get_report_number() . "</B> has been found in the database.</CENTER><BR>Please modify the following fields:<BR>Then press the 'END' button at the bottom of the page<BR>\n");
while ( $fields != "" )
{
#Get field name
$field = ereg_replace("\+.*","",$fields);
$subfield = "";
#retrieve and display the modification text
Request_Print("A", "<FONT color=darkblue>\n");
$sth = mysql_query("
SELECT modd
FROM sbmMODIFY
WHERE modn='$field'") or outError ("Create_Modify_Interface: Error in MySQL "