Confirmed, this fixes the problem I was having.
Thanks!
On Sat, 25 Mar 2006 10:25:32 +0000, Richard Green <[EMAIL PROTECTED]> wrote:
> Tis a problem in lib/imap.inc:
>
> if ($field=="timestamp"){
> $data = @strtotime($value->date);
> if ($data != false)
> $data = $timestamp;
> }
>
> Should be
>
> if ($field=="timestamp"){
> $timestamp= @strtotime($val->date);
> if ($timestamp!= false)
> $data = $timestamp;
> }- order by date screwed up sofar
- Re: order by date screwed up Richard Green
- Re: order by date screwed up Jon Daley
- Re: order by date screwed up sofar
- Re: order by date screwed up Jon Daley
- Re: order by date screwed up Richard Green
- Re: order by date screwed up sofar
- Re: order by date screwed up Jon Daley
- Re: order by date screwed up Steffen
- Re: order by date screwed up Martin Marques
- Re: order by date screwed up Thomas Bruederli
- Re: order by date screwed up Martin Marques
