appdb/. updatevote.php

WineHQ wineowner at wine.codeweavers.com
Thu Jan 18 18:54:13 CST 2007


ChangeSet ID:	30890
CVSROOT:	/opt/cvs-commit
Module name:	appdb
Changes by:	wineowner at winehq.org	2007/01/18 18:54:13

Modified files:
	.              : updatevote.php 

Log message:
	Alexander Nicolaysen Sørnes <alex at thehandofagony.com>
	Fix voting to use $aClean and not $_POST

Patch: http://cvs.winehq.org/patch.py?id=30890

Old revision  New revision  Changes     Path
 1.7           1.8           +1 -1       appdb/updatevote.php

Index: appdb/updatevote.php
diff -u -p appdb/updatevote.php:1.7 appdb/updatevote.php:1.8
--- appdb/updatevote.php:1.7	19 Jan 2007  0:54:13 -0000
+++ appdb/updatevote.php	19 Jan 2007  0:54:13 -0000
@@ -10,7 +10,7 @@ require("path.php");
 require(BASE."include/incl.php");
 require(BASE."include/vote.php");
 
-vote_update($_POST);
+vote_update($aClean);
 
 apidb_footer();
 ?>



More information about the wine-cvs mailing list