Remove a variable that is not being used.

This commit is contained in:
Mark Crane
2013-07-13 22:53:26 +00:00
parent 5524737ac3
commit 32b8bb803d

View File

@@ -150,6 +150,8 @@ if (is_uploaded_file($_FILES['upload_file']['tmp_name'])) {
$moh->xml();
$moh->save();
//set an upload message
$save_msg = "Uploaded file to ".$target_dir."/".htmlentities($_FILES['upload_file']['name']);
}
}
}