Remove a variable that is not being used.

This commit is contained in:
Mark Crane 2013-07-13 22:53:26 +00:00
parent 0eafdddc8a
commit 4e9a76763d
1 changed files with 2 additions and 0 deletions

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']);
}
}
}