On Thu, 9 Nov 2006, Frederik Holljen wrote:

> On Thursday 09 November 2006 14:05, Alexandru Stanoi wrote:
> >              $mail[] = $this->partParser->finish( $class );
> > -        } while ( $set->nextMail() );
> > +        }
> > +        while ( $set->nextMail() );
> >          return $mail;
> >      }
> Do we use this syntax?
> do
> {
> }
> while?
> 
> I really think it should be 
> do
> {
> }while()

It should be:

do
{
} while()

(with the extra space there).

regards,
Derick
-- 
svn-components mailing list
svn-components@lists.ez.no
http://lists.ez.no/mailman/listinfo/svn-components

Reply via email to