array ("request", "integer", 0), "awsusers" => array ("post", "array", ""), "hostaliases" => array ("post", "array", ""), "public" => array ("post", "integer", "") ); getFields($fields); if (!$id) { $msg->raise('Error', "aws", _("No Statistics selected!")); } else { $ha =""; foreach($hostaliases as $ho) $ha .= "$ho "; $r=$aws->put_stats_details($id,$awsusers,$ha,$public); if (!$r) { include("aws_edit.php"); exit(); } else { $msg->raise('INFO', "aws", _("The Statistics has been successfully changed")); include("aws_list.php"); exit(); } } ?>