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="")
|
function User($iUserId="")
|
||||||
{
|
{
|
||||||
|
$this->sRealname = "an anonymous user";
|
||||||
if($iUserId)
|
if($iUserId)
|
||||||
{
|
{
|
||||||
$sQuery = "SELECT *
|
$sQuery = "SELECT *
|
||||||
|
|||||||
Reference in New Issue
Block a user