Fix for test datetime, indet on test db, remove debug in test lang

This commit is contained in:
Clemens Schwaighofer
2021-08-13 18:11:37 +09:00
parent 7005e07f4c
commit e252a76c4c
3 changed files with 15 additions and 18 deletions

View File

@@ -52,9 +52,6 @@ echo "LANGUAGE FILE: " . $l->__getMoFile() . "<br>";
echo "INPUT TEST: " . $string . " => " . $l->__($string) . "<br>";
// TODO: run compare check input must match output
// error message
print $basic->log->printErrorMsg();
print "</body></html>";
// __END__