appdb/include bugs.php

WineHQ wineowner at wine.codeweavers.com
Sun Jul 9 17:59:42 CDT 2006


ChangeSet ID:	26363
CVSROOT:	/opt/cvs-commit
Module name:	appdb
Changes by:	wineowner at winehq.org	2006/07/09 17:59:42

Modified files:
	include        : bugs.php 

Log message:
	Tony Lambregts <tony.lambregts at gmail.com>
	Require include/application.php to get the name of the application for email

Patch: http://cvs.winehq.org/patch.py?id=26363

Old revision  New revision  Changes     Path
 1.13          1.14          +1 -0       appdb/include/bugs.php

Index: appdb/include/bugs.php
diff -u -p appdb/include/bugs.php:1.13 appdb/include/bugs.php:1.14
--- appdb/include/bugs.php:1.13	9 Jul 2006 22:59:42 -0000
+++ appdb/include/bugs.php	9 Jul 2006 22:59:42 -0000
@@ -1,5 +1,6 @@
 <?php
 require_once(BASE."include/util.php");
+require_once(BASE."include/application.php");
 /******************************************/
 /* bug class and related functions */
 /******************************************/



More information about the wine-cvs mailing list