Kees Cook wrote:
> Sorry, typo.  Correct patch:

Thanks, this is exactly what is included upstream and will be in Debian
shortly.


Thijs

> --- /tmp/imap_messages.php    2006-11-30 13:29:08.604688588 -0800
> +++ squirrelmail/functions/imap_messages.php  2006-11-30 13:27:22.000000000 
> -0800
> @@ -805,7 +805,7 @@ function sqimap_get_message($imap_stream
>      if ($read) {
>          if (preg_match('/.+FLAGS\s\((.*)\)\s/AUi',$read[0],$regs)) {
>              if (trim($regs[1])) {
> -                $flags = preg_split('/ /', 
> $regs[1],-1,'PREG_SPLIT_NI_EMPTY');
> +                $flags = preg_split('/ /', $regs[1],-1,PREG_SPLIT_NO_EMPTY);
>              }
>          }
>      } else {
> 
> 



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to