1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-06 14:46:56 +02:00

USERSESS double-booked - added USERPHOTO define

This commit is contained in:
e107steved
2008-01-09 22:00:23 +00:00
parent b635bdd84d
commit f44c6def59
2 changed files with 6 additions and 6 deletions

View File

@@ -7,7 +7,7 @@ if(is_numeric($parm))
{
if(intval($parm) == USERID)
{
$image = USERSESS;
$image = USERPHOTO;
}
else
{
@@ -21,7 +21,7 @@ elseif($parm)
}
else
{
$image = USERSESS;
$image = USERPHOTO;
}
if($image && file_exists(e_FILE."public/avatars/".$image))
{