Elgg  Version 1.9
Variables
remove.php File Reference

Go to the source code of this file.

Variables

 $user_guid = get_input('guid')
 Avatar remove action. More...
 
 $user = get_user($user_guid)
 
if(!$user||!$user->canEdit()) $icon_sizes = elgg_get_config('icon_sizes')
 

Variable Documentation

if (!$user||!$user->canEdit()) $icon_sizes = elgg_get_config('icon_sizes')

Definition at line 15 of file remove.php.

$user = get_user($user_guid)

Definition at line 7 of file remove.php.

$user_guid = get_input('guid')

Avatar remove action.

Definition at line 6 of file remove.php.