caudium-devel AT caudium.net
Caudium Developer mailing list.

Re: [caudium-devel] Re: Errata for 1.4.8 (was: Re: [caudium-general] sqltag module fails to compile)


chronological Thread 
  • From: Martin Baehr <mbaehr AT email.archlab.tuwien.ac.at>
  • To: Bertrand LUPART <bertrand.lupart AT linkeo.com>
  • Cc: caudium-devel AT caudium.net
  • Subject: Re: [caudium-devel] Re: Errata for 1.4.8 (was: Re: [caudium-general] sqltag module fails to compile)
  • Date: Tue, 21 Nov 2006 20:17:01 +0100

On Tue, Nov 21, 2006 at 03:03:12PM +0100, Bertrand LUPART wrote:
> >but for thefuture, could you (and anyone else) try to seperate
> >whitespace changes from code changes?
> Here are the relevant changes:

much better, thank you!

> +    if(args->cut_on_whites)
> +    {
> +      cut_on_whites=1;
> +    }
> +    else
> +    {
> +      if(QUERY(cut_type)=="whites")
> +        cut_on_whites=1;
> +    }

you can reduce that to:
if(args->cut_on_whites || QUERY(cut_type)=="whites")
  cut_on_whites=1;
  
greetings, martin.
-- 
cooperative communication with sTeam      -     caudium, pike, roxen and unix
offering: programming, training and administration   -  anywhere in the world
--
pike programmer   travelling and working in europe             open-steam.org
unix system-      bahai.or.at                        iaeste.(tuwien.ac|or).at
administrator     (caudium|gotpike).org                          is.schon.org
Martin Bähr       http://www.iaeste.or.at/~mbaehr/



Archive powered by MhonArc 2.6.10.

§