ChangeSet ID: 27748 CVSROOT: /opt/cvs-commit Module name: appdb Changes by: wineowner(a)winehq.org 2006/08/31 21:27:31 Modified files: include : comment.php Log message: "EA Durbin" <ead1234(a)hotmail.com> Add user.php to includes as comment.php creates a new user. Patch: http://cvs.winehq.org/patch.py?id=27748 Old revision New revision Changes Path 1.30 1.31 +1 -1 appdb/include/comment.php Index: appdb/include/comment.php diff -u -p appdb/include/comment.php:1.30 appdb/include/comment.php:1.31 --- appdb/include/comment.php:1.30 1 Sep 2006 2:27:31 -0000 +++ appdb/include/comment.php 1 Sep 2006 2:27:31 -0000 @@ -2,7 +2,7 @@ /***************************************/ /* comment class and related functions */ /***************************************/ - +require_once(BASE."include/user.php"); /** * Comment class for handling comments
participants (1)
-
WineHQ