From 683a064ceea8e5d120e2cde6cbdfa5c6d923b83d Mon Sep 17 00:00:00 2001 From: EA Durbin Date: Fri, 1 Sep 2006 02:27:31 +0000 Subject: [PATCH] Add user.php to includes as comment.php creates a new user. --- include/comment.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/comment.php b/include/comment.php index 7e0916e..d69df72 100644 --- a/include/comment.php +++ b/include/comment.php @@ -2,7 +2,7 @@ /***************************************/ /* comment class and related functions */ /***************************************/ - +require_once(BASE."include/user.php"); /** * Comment class for handling comments