diff --git a/config/pagetexts.php b/config/pagetexts.php index a1bdeee3..716dc405 100644 --- a/config/pagetexts.php +++ b/config/pagetexts.php @@ -43,6 +43,7 @@ foreach($config['languages'] AS $lang=>$langname) { mysql_query("INSERT INTO pagetext (textname,textdescription,text,year,lang) VALUES ( '".mysql_escape_string($r->textname)."', + '".mysql_escape_string($r->textdescription)."', '".mysql_escape_string($r->text)."', '".$config['FAIRYEAR']."', '".mysql_escape_string($lang)."')");