push($e->getMessage()); } if ($result) { $notification->push(sprintf(ngettext("Added %d task", "Added %d tasks", count($result)), count($result)), 'horde.success'); } else { $notification->push(_("No tasks have been added."), 'horde.warning'); } } else { $notification->push(_("No tasks have been added."), 'horde.warning'); } Horde::url('list.php', true)->redirect();