appdb/include screenshot.php

WineHQ wineowner at wine.codeweavers.com
Tue Sep 5 20:42:25 CDT 2006


ChangeSet ID:	27750
CVSROOT:	/opt/cvs-commit
Module name:	appdb
Changes by:	wineowner at winehq.org	2006/09/05 20:42:25

Modified files:
	include        : screenshot.php 

Log message:
	"EA Durbin" <ead1234 at 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



More information about the wine-cvs mailing list