Elgg  Version 2.3
Namespaces | Variables
unban.php File Reference

Go to the source code of this file.

Namespaces

 Elgg\Core
 Activate a plugin or plugins.
 

Variables

 $access_status = access_get_show_hidden_status()
 
 $guid = get_input('guid')
 
 $user = get_entity($guid)
 
if(($user instanceof ElggUser)&&($user->canEdit())) else
 

Variable Documentation

$access_status = access_get_show_hidden_status()

Definition at line 9 of file unban.php.

$guid = get_input('guid')

Definition at line 12 of file unban.php.

$user = get_entity($guid)

Definition at line 13 of file unban.php.

if (($user instanceof ElggUser)&&($user->canEdit())) else
Initial value:
{
register_error(elgg_echo('admin:user:unban:no'))
elgg_echo($message_key, $args=array(), $language="")
Given a message key, returns an appropriately translated full-text string.
Definition: languages.php:21
elgg register_error
Wrapper function for system_messages.
Definition: elgglib.js:399

Definition at line 21 of file unban.php.