Merge branch 'stable'

This commit is contained in:
following 2013-03-29 21:25:27 +01:00
commit 3988af84a9

View File

@ -483,7 +483,7 @@
$thiskrety = mb_ereg_replace('{gkid}', $rGK['id'], $thiskrety);
$thiskrety = mb_ereg_replace('{gkref}', sprintf("GK%04X",$rGK['id']), $thiskrety);
$thiskrety = mb_ereg_replace('{gkname}', $rGK['name'], $thiskrety);
$thiskrety = mb_ereg_replace('{gkname}', xmlentities($rGK['name']), $thiskrety);
$gkentries .= $thiskrety . "\n";
}