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