Mailing List Archive



Back to the month index Back to the list index

David J. Hughes (bambi@Hughes.com.au)
Wed, 21 Apr 1999 12:27:07 +1000 (EST)


Date: Wed, 21 Apr 1999 12:27:07 +1000 (EST)
From: "David J. Hughes" <bambi@Hughes.com.au>
Subject: Re: lite and msql client
Message-ID: <Pine.BSF.3.96.990421122501.616E-100000@fawn.hughes.com.au>

On Tue, 20 Apr 1999, RHS Linux User wrote:

> I've noticed that crypt in lite changed from
>
> crypt(string,number) *I used 0 anjd it worked on 2.0.4.1*
>
> to
>
> crypt(string,string)
>
> Was my fault?

It was always crypt(string,string) although lite in pre 2.0.5 didn't do a
proper check on the types of args being passed to module functions
(although it did it properly for user defined functions).

>From the HISTORY file

        o Fixed param type checking for module function calls

Bambi
...