|
@@ -1089,9 +1089,6 @@ function Display()
|
|
|
foreach ($anyown_permissions as $contextual => $perm)
|
|
|
$context[$contextual] = allowedTo($perm . '_any') || ($context['user']['started'] && allowedTo($perm . '_own'));
|
|
|
|
|
|
-
|
|
|
- if ($user_info['is_admin'])
|
|
|
- $context['can_move_any'] = $context['can_move_own'] = true;
|
|
|
if (!$user_info['is_admin'])
|
|
|
{
|
|
|
|