Change all the "new class" by "new Class"

This commit is contained in:
2021-05-07 13:10:37 +02:00
parent c8d275be31
commit c09fa961cd
39 changed files with 430 additions and 432 deletions

View File

@@ -15,7 +15,7 @@ class Outputcsv extends Output
function __construct ()
{
if (!function_exists ("fputcsv"))
throw new Exception ("CSV support not available in PHP !", 500);
throw new \Exception ("CSV support not available in PHP !", 500);
}
/** Display in CSV the data provided