ChangeSet ID: 25916 CVSROOT: /opt/cvs-commit Module name: appdb Changes by: wineowner@winehq.org 2006/06/20 20:04:13
Modified files: . : addcomment.php appview.php index.php preferences.php votestats.php admin : adminCommentView.php adminMaintainerQueue.php editAppFamily.php editAppVersion.php editBundle.php include : comment.php distributions.php incl.php maintainer.php tableve.php user.php util.php vendor.php vote.php
Log message: Chris Morgan cmorgan@alum.wpi.edu Make code more consistent by making it follow the appdb coding standards. Fix some spaces vs. tabs odd indenting.
Patch: http://cvs.winehq.org/patch.py?id=25916
Old revision New revision Changes Path 1.21 1.22 +7 -7 appdb/addcomment.php 1.80 1.81 +6 -4 appdb/appview.php 1.32 1.33 +4 -4 appdb/index.php 1.21 1.22 +2 -2 appdb/preferences.php 1.19 1.20 +7 -7 appdb/votestats.php 1.10 1.11 +3 -3 appdb/admin/adminCommentView.php 1.22 1.23 +29 -29 appdb/admin/adminMaintainerQueue.php 1.35 1.36 +8 -8 appdb/admin/editAppFamily.php 1.33 1.34 +8 -8 appdb/admin/editAppVersion.php 1.6 1.7 +40 -41 appdb/admin/editBundle.php 1.17 1.18 +43 -43 appdb/include/comment.php 1.3 1.4 +8 -8 appdb/include/distributions.php 1.26 1.27 +4 -4 appdb/include/incl.php 1.8 1.9 +12 -12 appdb/include/maintainer.php 1.10 1.11 +288 -301 appdb/include/tableve.php 1.66 1.67 +25 -25 appdb/include/user.php 1.54 1.55 +48 -48 appdb/include/util.php 1.5 1.6 +2 -2 appdb/include/vendor.php 1.13 1.14 +10 -10 appdb/include/vote.php