ChangeSet ID: 27750 CVSROOT: /opt/cvs-commit Module name: appdb Changes by: wineowner(a)winehq.org 2006/09/05 20:42:25 Modified files: include : screenshot.php Log message: "EA Durbin" <ead1234(a)hotmail.com> Standardize all Image constructors to match the case defined in the Image class Patch: http://cvs.winehq.org/patch.py?id=27750 Old revision New revision Changes Path 1.49 1.50 +1 -1 appdb/include/screenshot.php Index: appdb/include/screenshot.php diff -u -p appdb/include/screenshot.php:1.49 appdb/include/screenshot.php:1.50 --- appdb/include/screenshot.php:1.49 6 Sep 2006 1:42:25 -0000 +++ appdb/include/screenshot.php 6 Sep 2006 1:42:25 -0000 @@ -7,7 +7,7 @@ require_once(BASE."include/util.php"); require_once(BASE."include/image.php"); // load the watermark -$watermark = new image("/images/watermark.png"); +$watermark = new Image("/images/watermark.png"); /** * Screenshot class for handling screenshots and thumbnails
participants (1)
-
WineHQ