This commit is contained in:
Andreas Österreicher
2007-04-10 13:44:51 +00:00
parent a764502d32
commit 40c8aae3c4
+2 -2
View File
@@ -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