ChangeSet ID: 31271 CVSROOT: /opt/cvs-commit Module name: appdb Changes by: wineowner@winehq.org 2007/07/23 20:45:19
Modified files: . : appbrowse.php appview.php browse_downloadable.php index.php objectManager.php preferences.php viewScreenshots.php admin : addCategory.php adminBugs.php adminCommentView.php adminMaintainers.php adminScreenshots.php adminUsers.php help : index.php include : appData.php application.php comment.php downloadurl.php error_log.php form_login.php form_new.php monitor.php objectManager.php screenshot.php testData.php util.php
Log message: Edwin Smulders edwin.smulders@gmail.com Eliminate some php notices caused by use of uninitialized variables
Patch: http://cvs.winehq.org/patch.py?id=31271
Old revision New revision Changes Path 1.26 1.27 +6 -5 appdb/appbrowse.php 1.101 1.102 +5 -6 appdb/appview.php 1.7 1.8 +9 -6 appdb/browse_downloadable.php 1.51 1.52 +11 -8 appdb/index.php 1.17 1.18 +7 -4 appdb/objectManager.php 1.37 1.38 +8 -7 appdb/preferences.php 1.13 1.14 +2 -7 appdb/viewScreenshots.php 1.16 1.17 +3 -2 appdb/admin/addCategory.php 1.16 1.17 +4 -7 appdb/admin/adminBugs.php 1.17 1.18 +2 -7 appdb/admin/adminCommentView.php 1.30 1.31 +1 -1 appdb/admin/adminMaintainers.php 1.20 1.21 +4 -9 appdb/admin/adminScreenshots.php 1.14 1.15 +52 -10 appdb/admin/adminUsers.php 1.12 1.13 +1 -1 appdb/help/index.php 1.29 1.30 +2 -0 appdb/include/appData.php 1.118 1.119 +2 -2 appdb/include/application.php 1.36 1.37 +1 -1 appdb/include/comment.php 1.20 1.21 +2 -0 appdb/include/downloadurl.php 1.4 1.5 +2 -1 appdb/include/error_log.php 1.11 1.12 +1 -1 appdb/include/form_login.php 1.12 1.13 +1 -1 appdb/include/form_new.php 1.15 1.16 +7 -5 appdb/include/monitor.php 1.38 1.39 +9 -16 appdb/include/objectManager.php 1.73 1.74 +3 -0 appdb/include/screenshot.php 1.71 1.72 +1 -1 appdb/include/testData.php 1.99 1.100 +3 -1 appdb/include/util.php