From 19319db2ecdbff2e0a0a685e83dbda2f2cbeebed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bernhard=20Fr=C3=B6hlich?= Date: Sun, 13 Jan 2019 15:39:52 +0100 Subject: [PATCH] Bugfix. This version worked for installing the Czech translation of the Assurer Test --- tools/dump_test | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tools/dump_test b/tools/dump_test index 3926a37..615ce0e 100644 --- a/tools/dump_test +++ b/tools/dump_test @@ -39,7 +39,6 @@ sub CheckArgs() { sub DoHeader() { print "-- Script to reload t_id $TopicID \"$TopicName\" into a CATS database\n"; print "--\n"; - print "/*!40101 SET character_set_client = utf8 */;"; print "-- Delete old test\n"; print "DELETE FROM answers WHERE q_id IN (SELECT q_id FROM questions WHERE t_id=$TopicID);\n"; print "DELETE FROM question_description WHERE q_id IN (SELECT q_id FROM questions WHERE t_id=$TopicID);\n"; @@ -63,7 +62,7 @@ sub DoExport($$) { @type_array = @{$sth->{TYPE}}; while(@data = $sth->fetchrow_array()) { if ($Row>1) { - print ","; + print ",("; } for($i=0;$i 0);