//test change 7

This commit is contained in:
Andreas 2019-09-27 16:35:40 +02:00
parent 539761c049
commit bb476ac407

View File

@ -32,7 +32,7 @@ class TA_PopulateDB extends TestAction{
catch(PDOException $e){
self::logMessage("created test replies", "FAILURE");
die("pdo exception, cannot connect to sql:<br> $e");
//test change 6
//test change 7
}
}
}