ChangeSet ID: 14935 CVSROOT: /opt/cvs-commit Module name: appdb Changes by: wineowner@wine.codeweavers.com 2004/12/19 13:30:28
Modified files: . : appview.php deletecomment.php maintainersubmit.php screenshots.php admin : addAppNote.php adminAppDataQueue.php editAppNote.php editAppVersion.php include : comments.php user.php
Log message: Chris Morgan cmorgan@alum.wpi.edu Remove isMaintainer() and isSuperMaintainer and instead use the user classes is_maintainer() and is_super_maintainer.
Patch: http://cvs.winehq.org/patch.py?id=14935
Old revision New revision Changes Path 1.19 1.20 +7 -7 appdb/appview.php 1.7 1.8 +9 -1 appdb/deletecomment.php 1.4 1.5 +2 -2 appdb/maintainersubmit.php 1.8 1.9 +9 -3 appdb/screenshots.php 1.4 1.5 +1 -1 appdb/admin/addAppNote.php 1.1 1.2 +8 -2 appdb/admin/adminAppDataQueue.php 1.4 1.5 +1 -1 appdb/admin/editAppNote.php 1.6 1.7 +1 -1 appdb/admin/editAppVersion.php 1.11 1.12 +1 -1 appdb/include/comments.php 1.15 1.16 +2 -21 appdb/include/user.php