On 9/20/06, chromatic <[EMAIL PROTECTED]> wrote:
On Wednesday 20 September 2006 09:53, Jerry Gay via RT wrote:
> thanks, applied as r14673, with a minor fix:
>
> -$print_coda();
> +&print_coda();
I wouldn't mind seeing the '&' go away entirely. It's syntactic noise in this
case.
you're right,
On Wednesday 20 September 2006 09:53, Jerry Gay via RT wrote:
> thanks, applied as r14673, with a minor fix:
>
> -$print_coda();
> +&print_coda();
I wouldn't mind seeing the '&' go away entirely. It's syntactic noise in this
case.
-- c