- Code: Alles auswählen
#
#-----[ OPEN ]------------------------------------------
#
includes/usercp_viewprofile.php
#
#-----[ FIND ]------------------------------------------
#
//
// Update the profile view list
//
$user = $profiledata['user_id'];
$viewer = $userdata['username'];
$viewer_id = $userdata['user_id'];
$current_time = time();
if ($user <> $viewer_id)
#
#-----[ REPLACE WITH ]------------------------------------------
#
//
// Update the profile view list
//
$user = $profiledata['user_id'];
$viewer = $userdata['username'];
$viewer_id = $userdata['user_id'];
$current_time = time();
if ( $user <> $viewer_id && $userdata['user_level'] <> ADMIN )
#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
# EoM








