Additional issue fixes

This commit is contained in:
Hypolite Petovan 2018-01-04 20:18:30 -05:00
parent 837ac290dd
commit 6cfd3f589f
2 changed files with 1 additions and 3 deletions

View File

@ -96,8 +96,6 @@ function cal_content(App $a)
'$baseurl' => System::baseUrl(), '$baseurl' => System::baseUrl(),
)); ));
$o = "";
$mode = 'view'; $mode = 'view';
$y = 0; $y = 0;
$m = 0; $m = 0;

View File

@ -40,7 +40,7 @@ function contactgroup_content(App $a)
} }
} }
if ($change) { if (x($change)) {
if (in_array($change, $preselected)) { if (in_array($change, $preselected)) {
Group::removeMember($group['id'], $change); Group::removeMember($group['id'], $change);
} else { } else {