diff --git a/calendar/edit_entry.php b/calendar/edit_entry.php index 5abeb0e921..0c25e4596d 100755 --- a/calendar/edit_entry.php +++ b/calendar/edit_entry.php @@ -275,7 +275,9 @@ while ($user = each($users)) { $userid = intval($user[0]); - if($userid != $owner && $phpgw->accounts->exists($userid) == True) + echo ''."\n"; +// if($userid != $owner && $phpgw->accounts->exists($userid) == True) + if($userid != $owner) { $str .= ' '."\n"; }