|
From: Jamie C. <jca...@we...> - 2005-12-13 22:47:31
|
On 14/Dec/2005 02:40 Mr Duck wrote ..
> Jamie Cameron wrote:
> >> return
> >> $preta .
> >> $config{'ignore_users'} .
> >> $postta .
> >> ' ' .
> >> &user_chooser_button("ignore_users", 1);
> > I have one suggestion here - change the $config{'ignore_users'} to $_[0]
>
> OK. I did so, and it works now. (= When I originally implemented
Excellent!
> the function, I had it displaying all values to @_ to see if anything
> was passed in, but since I didn't have a value yet, nothing was shown,
> and I mistakenly assumed that nothing was passed in. Slap my hand!
> (=
>
> Anyway, it works now, and splendidly I must say. AFAIK, these changes
> satisfy your given requirements of "well written, don't break anything,
> and optional".
>
> The only thing that I _don't_ have, however, is multi-language
> config.info files. (=
I wouldn't worry too much .. Webmin will just display the english text
if no translation exists in the user's language.
> Is there anything else that you suggest I do/check/examine/etc
> before I pass the patches and stuff on to you?
I can't really think of any.. but send me the patch, and I will tell you
if anything is missing or needs changing.
- Jamie
|