Humm.. It’s quite a mess with error management.
What is difference between $error and $errors in CommonObject ?
Does $error is last error and $errors array of error ? Usage are not same
across files.
Cedric
De : dolibarr-dev-bounces+c.gross=kreiz-it...@nongnu.org
[mailto:dolibarr-dev
$error is a string (old way).
$errors isan array of list of all errors.
Goal is to abandon error (only one string) to use errors instead (so we can
report several errors).
2014-06-24 10:04 GMT+02:00 [Kreiz IT]Cédric GROSS :
> Humm.. It’s quite a mess with error management.
>
>
>
> What is diff