ChangeSet ID: 14775 CVSROOT: /opt/cvs-commit Module name: appdb Changes by: wineowner@wine.codeweavers.com 2004/12/09 19:07:45
Modified files: . : account.php addcomment.php appbrowse.php deletecomment.php noteview.php preferences.php screenshots.php search.php stdquery.php admin : addAppNote.php adminAppQueue.php include : comments.php form_edit.php form_login.php form_new.php html.php incl.php rating.php sidebar.php sidebar_login.php tableve.php user.php util.php vote.php
Log message: Jonathan Ernst Jonathan@ernstfamily.ch - access most globals by their $_XYZ['varname'] name - fix some code errors and typos (missing $ in front of variable names and so on) - fixed a lot of warnings that would have been thrown when error_reporting is set to show notices (if(isset($variable))) instead of if($variable) for example)
Patch: http://cvs.winehq.org/patch.py?id=14775
Old revision New revision Changes Path 1.3 1.4 +25 -32 appdb/account.php 1.4 1.5 +5 -5 appdb/addcomment.php 1.2 1.3 +4 -5 appdb/appbrowse.php 1.4 1.5 +1 -1 appdb/deletecomment.php 1.1.1.1 1.2 +1 -1 appdb/noteview.php 1.1.1.1 1.2 +9 -11 appdb/preferences.php 1.2 1.3 +4 -4 appdb/screenshots.php 1.1.1.1 1.2 +1 -1 appdb/search.php 1.1.1.1 1.2 +2 -2 appdb/stdquery.php 1.2 1.3 +1 -1 appdb/admin/addAppNote.php 1.7 1.8 +52 -52 appdb/admin/adminAppQueue.php 1.6 1.7 +3 -4 appdb/include/comments.php 1.1.1.1 1.2 +3 -3 appdb/include/form_edit.php 1.1.1.1 1.2 +2 -2 appdb/include/form_login.php 1.1.1.1 1.2 +3 -3 appdb/include/form_new.php 1.1.1.1 1.2 +1 -1 appdb/include/html.php 1.4 1.5 +3 -7 appdb/include/incl.php 1.1.1.1 1.2 +5 -8 appdb/include/rating.php 1.3 1.4 +1 -1 appdb/include/sidebar.php 1.4 1.5 +1 -2 appdb/include/sidebar_login.php 1.2 1.3 +2 -3 appdb/include/tableve.php 1.8 1.9 +1 -4 appdb/include/user.php 1.6 1.7 +8 -0 appdb/include/util.php 1.1.1.1 1.2 +9 -13 appdb/include/vote.php