appdb/include note.php

WineHQ wineowner at wine.codeweavers.com
Thu Aug 31 21:25:18 CDT 2006


ChangeSet ID:	27747
CVSROOT:	/opt/cvs-commit
Module name:	appdb
Changes by:	wineowner at winehq.org	2006/08/31 21:25:18

Modified files:
	include        : note.php 

Log message:
	"EA Durbin" <ead1234 at hotmail.com>
	Add version.php to includes as notes.php calls a new Version constructor.

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

Old revision  New revision  Changes     Path
 1.16          1.17          +1 -0       appdb/include/note.php

Index: appdb/include/note.php
diff -u -p appdb/include/note.php:1.16 appdb/include/note.php:1.17
--- appdb/include/note.php:1.16	1 Sep 2006  2:25:18 -0000
+++ appdb/include/note.php	1 Sep 2006  2:25:18 -0000
@@ -1,5 +1,6 @@
 <?php
 require_once(BASE."include/util.php");
+require_once(BASE."include/version.php");
 
 $aClean = array(); //array of filtered user input
 $aClean['sReplyText'] = makeSafe( $_REQUEST['sReplyText'] );



More information about the wine-cvs mailing list