phpgroupware-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-users] HELP cannot delete calendar entries


From: Pascal Vilarem
Subject: [Phpgroupware-users] HELP cannot delete calendar entries
Date: Fri, 22 Aug 2003 13:09:42 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; fr-FR; rv:1.4) Gecko/20030624

I need help... probably something i missed stupidly.

When i try to delete an entry in the calendar... the result is... nothing

i click on delete, after javascript validation the right function
delete of class uicalendar runs :

it calls bo->delete_entry($cal_id)
then bo->expunge()

in bo->expunge()

all sems to go right till call to send_update(MSG_DELETED,$event['participants'],$event);

the call to so->expunge() is never done...

and i get back to the edit page for the event that i wanted to delete.

Details :

in send_update() the execution stops with call to
$GLOBALS['phpgw_info']['user']['preferences'] = $GLOBALS['phpgw']->preferences->create_email_preferences();

in create_email_preferences() the execution stops with call to
$email_base = CreateObject("email.mail_msg");

i did'nt go further... i guess i missed something whith mail but i cannot figure what.

phpgw version : ...14.005





reply via email to

[Prev in Thread] Current Thread [Next in Thread]