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