getMessage($_POST["response_to"]); if ($parent) { // Send the response. $admin->createMessage($_POST["subject"],$_POST["message"],$_POST["send_to"],$_POST["response_to"]); $admin->growl("Message Center","Replied To Message"); BigTree::redirect(ADMIN_ROOT."dashboard/messages/"); } ?>