This commit is contained in:
Andreas 2019-09-27 14:29:36 +02:00
parent df752d9256
commit 6fd5b8e78d

View File

@ -33,7 +33,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 3
//test change 4
}
}
}