ChangeSet ID: 26009 CVSROOT: /opt/cvs-commit Module name: appdb Changes by: wineowner@winehq.org 2006/06/23 22:09:07
Modified files: include : vote.php
Log message: Chris Morgan cmorgan@alum.wpi.edu Fix voting. Another case, ha ha, where different capitalization messed us up
Patch: http://cvs.winehq.org/patch.py?id=26009
Old revision New revision Changes Path 1.14 1.15 +1 -1 appdb/include/vote.php
Index: appdb/include/vote.php diff -u -p appdb/include/vote.php:1.14 appdb/include/vote.php:1.15 --- appdb/include/vote.php:1.14 24 Jun 2006 3: 9: 7 -0000 +++ appdb/include/vote.php 24 Jun 2006 3: 9: 7 -0000 @@ -113,7 +113,7 @@ function vote_menu() {
$aClean = array(); //array of filtered user input - $aClean['appid'] = makeSafe($_REQUEST['appId']); + $aClean['appId'] = makeSafe($_REQUEST['appId']);
$m = new htmlmenu("Votes","updatevote.php");