ChangeSet ID: 14776 CVSROOT: /opt/cvs-commit Module name: appdb Changes by: wineowner@wine.codeweavers.com 2004/12/09 19:11:40
Modified files: admin : editAppFamily.php editAppNote.php editAppVersion.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=14776
Old revision New revision Changes Path 1.4 1.5 +1 -1 appdb/admin/editAppFamily.php 1.2 1.3 +2 -2 appdb/admin/editAppNote.php 1.3 1.4 +1 -1 appdb/admin/editAppVersion.php