return "an anonymous user" when we are dealing with the name of an
unregistered user instead of using "".
This commit is contained in:
@@ -21,6 +21,7 @@ class User {
|
||||
*/
|
||||
function User($iUserId="")
|
||||
{
|
||||
$this->sRealname = "an anonymous user";
|
||||
if($iUserId)
|
||||
{
|
||||
$sQuery = "SELECT *
|
||||
|
||||
Reference in New Issue
Block a user