Paul Wise wrote:
> +                             if ($data) {

This fails if $data = "0", which I don't think is what you want
to check for here. You probably want to check if $data is defined,
or empty.

> +             } else {

This and other else bracing is not in the code style used in mr.

-- 
see shy jo

Attachment: signature.asc
Description: Digital signature

Reply via email to