[dev] Re: [cvs] cvs commit: imp/lib/Maintenance - New directory
Jon Parise
jon@horde.org
Thu, 25 Oct 2001 15:53:01 -0400
On Thu, Oct 25, 2001 at 12:43:01PM +0200, Mathieu Arnold wrote:
> --- cfg_local.pm~ Thu Oct 25 12:41:18 2001
> +++ cfg_local.pm Thu Oct 25 12:42:12 2001
> @@ -75,10 +75,12 @@
> push @output, $_;
> }
>
> - # Add the Chora links to the bottom of the email.
> - push @output, "";
> - push @output, " Chora Links:";
> - push @output, @links;
> + if (scalar(@links) > 0) {
> + # Add the Chora links to the bottom of the email.
> + push @output, "";
> + push @output, " Chora Links:";
> + push @output, @links;
> + }
>
> return @output;
> };
I beat you to it, committing a similar version of the above
earlier today. =)
--
Jon Parise (jon@csh.rit.edu) . Information Technology (2001)
http://www.csh.rit.edu/~jon/ : Computer Science House Member