parent
2c94957ca3
commit
561ea43e9a
@ -0,0 +1,10 @@ |
||||
<?php |
||||
require_once 'reports.lib.php'; |
||||
|
||||
reports_clearAll(); |
||||
echo Database::error(); |
||||
reports_build(); |
||||
echo Database::error(); |
||||
reports_addDBKeys(); |
||||
echo Database::error(); |
||||
?> |
Loading…
Reference in new issue