Fix bug : new document w/o description
Change print_r by var_export Improve PHPUNIT
This commit is contained in:
parent
4b0ee7b0e1
commit
b3674eaa7b
6 changed files with 18 additions and 9 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue