ChangeSet ID: 26250 CVSROOT: /opt/cvs-commit Module name: appdb Changes by: wineowner@winehq.org 2006/07/06 12:59:52
Modified files: . : account.php addcomment.php appbrowse.php appimage.php appsubmit.php appview.php commentview.php deletecomment.php distributionView.php maintainerdelete.php maintainersubmit.php preferences.php testResults.php vendorview.php viewbugs.php admin : addAppNote.php addCategory.php adminAppDataQueue.php adminAppQueue.php adminBugs.php adminMaintainerQueue.php adminMaintainers.php adminScreenshots.php adminTestResults.php adminUsers.php editAppFamily.php editAppNote.php editAppVersion.php editBundle.php editDistribution.php editVendor.php moveAppVersion.php include : application.php util.php version.php vote.php
Log message: Jonathan Ernst jonathan@ernstfamily.ch Remove unnecessary exit calls after redirect() and util_show_error_page() calls
Patch: http://cvs.winehq.org/patch.py?id=26250
Old revision New revision Changes Path 1.27 1.28 +0 -2 appdb/account.php 1.26 1.27 +1 -4 appdb/addcomment.php 1.16 1.17 +1 -4 appdb/appbrowse.php 1.20 1.21 +1 -6 appdb/appimage.php 1.47 1.48 +0 -7 appdb/appsubmit.php 1.86 1.87 +0 -9 appdb/appview.php 1.10 1.11 +0 -3 appdb/commentview.php 1.25 1.26 +0 -1 appdb/deletecomment.php 1.13 1.14 +0 -3 appdb/distributionView.php 1.19 1.20 +0 -3 appdb/maintainerdelete.php 1.27 1.28 +0 -7 appdb/maintainersubmit.php 1.28 1.29 +0 -3 appdb/preferences.php 1.8 1.9 +0 -1 appdb/testResults.php 1.18 1.19 +0 -3 appdb/vendorview.php 1.5 1.6 +2 -6 appdb/viewbugs.php 1.26 1.27 +0 -2 appdb/admin/addAppNote.php 1.12 1.13 +1 -3 appdb/admin/addCategory.php 1.26 1.27 +0 -3 appdb/admin/adminAppDataQueue.php 1.61 1.62 +2 -9 appdb/admin/adminAppQueue.php 1.7 1.8 +0 -4 appdb/admin/adminBugs.php 1.26 1.27 +1 -3 appdb/admin/adminMaintainerQueue.php 1.23 1.24 +0 -3 appdb/admin/adminMaintainers.php 1.10 1.11 +1 -5 appdb/admin/adminScreenshots.php 1.8 1.9 +0 -3 appdb/admin/adminTestResults.php 1.10 1.11 +1 -3 appdb/admin/adminUsers.php 1.39 1.40 +0 -6 appdb/admin/editAppFamily.php 1.25 1.26 +0 -6 appdb/admin/editAppNote.php 1.37 1.38 +0 -6 appdb/admin/editAppVersion.php 1.12 1.13 +0 -3 appdb/admin/editBundle.php 1.6 1.7 +0 -4 appdb/admin/editDistribution.php 1.12 1.13 +0 -3 appdb/admin/editVendor.php 1.6 1.7 +0 -6 appdb/admin/moveAppVersion.php 1.56 1.57 +0 -3 appdb/include/application.php 1.64 1.65 +1 -0 appdb/include/util.php 1.64 1.65 +3 -11 appdb/include/version.php 1.20 1.21 +0 -3 appdb/include/vote.php