From b5248b387336dcd2c9a0cc835acf17bd7ff431a1 Mon Sep 17 00:00:00 2001 From: Jonathan Ernst Date: Wed, 9 Feb 2005 23:52:15 +0000 Subject: [PATCH] return "an anonymous user" when we are dealing with the name of an unregistered user instead of using "". --- include/user.php | 1 + 1 file changed, 1 insertion(+) diff --git a/include/user.php b/include/user.php index ecc3228..6727916 100644 --- a/include/user.php +++ b/include/user.php @@ -21,6 +21,7 @@ class User { */ function User($iUserId="") { + $this->sRealname = "an anonymous user"; if($iUserId) { $sQuery = "SELECT *