ChangeSet ID: 26362 CVSROOT: /opt/cvs-commit Module name: appdb Changes by: wineowner@winehq.org 2006/07/09 17:57:44
Modified files: admin : adminBugs.php
Log message: Tony Lambregts tony.lambregts@gmail.com Fix spelling of iPage in redirect
Patch: http://cvs.winehq.org/patch.py?id=26362
Old revision New revision Changes Path 1.11 1.12 +2 -1 appdb/admin/adminBugs.php
Index: appdb/admin/adminBugs.php diff -u -p appdb/admin/adminBugs.php:1.11 appdb/admin/adminBugs.php:1.12 --- appdb/admin/adminBugs.php:1.11 9 Jul 2006 22:57:44 -0000 +++ appdb/admin/adminBugs.php 9 Jul 2006 22:57:44 -0000 @@ -35,7 +35,8 @@ if ($aClean['sSub']) $oBuglink = new bug($aClean['iBuglinkId']); $oBuglink->unqueue(); } - util_redirect_and_exit($_SERVER['PHP_SELF']."?iItemsPerPage=".$aClean['iItemsPerPage']."&sQueuedOnly=".$aClean['sQueuedOnly']."&ipage=".$aClean['iPage']); + util_redirect_and_exit($_SERVER['PHP_SELF']."?iItemsPerPage=".$aClean['iItemsPerPage']."&sQueuedOnly=".$aClean['sQueuedOnly']."&iPage=".$aClean['iPage']); + }
{