array ("post", "integer", ""), "dir" => array ("post", "string", ""), ); getFields($fields); if (empty($id)) { $error=_("No Statistics selected!"); } else { $r=$sta2->put_stats_details_raw($id,$dir); if (!$r) { $error=$err->errstr(); include("sta2_edit_raw.php"); exit(); } else { $error=_("The Statistics has been successfully changed"); include("sta2_list.php"); exit(); } } ?>