Fix bug : new document w/o description

Change  print_r by var_export
Improve PHPUNIT
This commit is contained in:
sparkyx 2023-01-08 20:22:37 +01:00
parent 4b0ee7b0e1
commit b3674eaa7b
6 changed files with 18 additions and 9 deletions

View file

@ -167,7 +167,7 @@ class contact extends Fiche
}
$ps_sql .= $limit ;
if (DEBUGNOALYSS > 1) {
print_r("Contact::fetch ($ps_sql)");
var_export("Contact::fetch ($ps_sql)");
}
return $this->cn->get_array($ps_sql);
}