This commit is contained in:
Andreas 2019-09-27 14:04:33 +02:00
parent c5ca77d63e
commit df752d9256

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 2
//test change 3
}
}
}