$notification->push(sprintf(_("There was an error adding the event: %s"), $message), 'horde.error');
} else {
- Kronolith::notifyOfResoruceRejection($event);
+ Kronolith::notifyOfResourceRejection($event);
if (Horde_Util::getFormData('sendupdates', false)) {
$event = Kronolith::getDriver()->getEvent($result);
if (is_a($event, 'PEAR_Error')) {
} elseif (Horde_Util::getFormData('sendupdates', false)) {
Kronolith::sendITipNotifications($event, $GLOBALS['notification'], Kronolith::ITIP_REQUEST);
}
- Kronolith::notifyOfResoruceRejection($event);
+ Kronolith::notifyOfResourceRejection($event);
}
function _check_max()