Don't redirect users without updating the rating first

This commit is contained in:
Paul van Schayck
2005-01-05 05:26:03 +00:00
committed by WineHQ
parent 43edb04eac
commit 98938b4e64

View File

@@ -10,15 +10,8 @@ include("path.php");
include(BASE."include/"."incl.php"); include(BASE."include/"."incl.php");
include(BASE."include/"."rating.php"); include(BASE."include/"."rating.php");
// go back to where we came from
redirectref();
apidb_header("Update Rating");
apidb_session_start();
rating_update($_GET); rating_update($_GET);
apidb_footer(); // go back to where we came from
redirectref();
?> ?>