[imp] Disappearing messages

Jan Schneider jan at horde.org
Fri Dec 2 07:00:20 PST 2005


Zitat von Allan Michie <allan at russellway.co.uk>:

> << If I move messages from my 'In Box' to a task list (bottom of move|copy
> <<  messages combo box)  they seem to 'disappear' - or at least we can't
> <<  find them, they certainly aren't in any task list. One user has been
> <<  doing this and needs to find these 'moved' messages.
>
>
> Partially answering my own question here.
>
> The SQL that is being generated is :-
>
> INSERT INTO nag_tasks (task_owner, task_id, task_name, task_uid,
> task_desc, task_due, task_priority, task_completed, task_category,
> task_alarm)
> VALUES ('25cfaf10fee22598ed58952891f6e891',
> 'ae37c8459da2b097be1b9e3e42c59f1c',
> 'test title', '20051202140914.5kwtwyausj28 at mail', 'test body', '', '3',
> 0, '', 0)
>
> The SQL failes becuase 'task_due' is a zero length string  and should
> be an integer (0) , but where can I change this?

Start tracking the code in _nag_import() in nag/lib/api.php. And please 
provide a patch if you fixed it (and if it hasn't been fixed in CVS 
already).

Jan.

-- 
Do you need professional PHP or Horde consulting?
http://horde.org/consulting/


More information about the imp mailing list