@@ -53,17 +53,105 @@ class page_action extends tform_actions {
functiononSubmit(){
global$app,$conf;
// Get the parent soa record of the domain
// Get the parent mail_user record
$mailuser=$app->db->queryOneRecord("SELECT * FROM mail_user WHERE mailuser_id = '".intval($_REQUEST["mailuser_id"])."' AND ".$app->tform->getAuthSQL('r'));