From 98938b4e64d7e1d7c63985addf295f928445fbe0 Mon Sep 17 00:00:00 2001 From: Paul van Schayck Date: Wed, 5 Jan 2005 05:26:03 +0000 Subject: [PATCH] Don't redirect users without updating the rating first --- updaterating.php | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/updaterating.php b/updaterating.php index d427613..7f07479 100644 --- a/updaterating.php +++ b/updaterating.php @@ -10,15 +10,8 @@ include("path.php"); include(BASE."include/"."incl.php"); include(BASE."include/"."rating.php"); -// go back to where we came from -redirectref(); - -apidb_header("Update Rating"); - -apidb_session_start(); - rating_update($_GET); -apidb_footer(); - +// go back to where we came from +redirectref(); ?>