From 40c8aae3c4f981b3f8bcfb1793cec1d41fe0126f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96sterreicher?= Date: Tue, 10 Apr 2007 13:44:51 +0000 Subject: [PATCH] --- include/frage.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/frage.class.php b/include/frage.class.php index 13e5d64f3..f91f2d190 100644 --- a/include/frage.class.php +++ b/include/frage.class.php @@ -140,8 +140,8 @@ class frage $this->addslashes($this->gruppe_kurzbz).",'". $this->addslashes($this->loesung).",". $this->addslashes($this->nummer).",". - ($this->demo?'true':'false').','. - $this->addslashes($this->text).",". + ($this->demo?'true':'false').",'". + $this->text."',". $this->addslashes($this->bild).");"; } else