From 02dab503217b93f69636c36ecbf9df473c4f1b8b Mon Sep 17 00:00:00 2001 From: Manfred Kindl Date: Wed, 12 Jun 2013 12:53:04 +0000 Subject: [PATCH] =?UTF-8?q?Englischer=20Text=20"written=20at"=20durch=20"a?= =?UTF-8?q?t"=20ersetzt=20(Da=20ein=20Praktikum=20nicht=20zwnagsl=C3=A4ufi?= =?UTF-8?q?g=20"geschrieben"=20sein=20muss)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- rdf/diplomasupplement.xml.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rdf/diplomasupplement.xml.php b/rdf/diplomasupplement.xml.php index 94f4fb381..589221a65 100644 --- a/rdf/diplomasupplement.xml.php +++ b/rdf/diplomasupplement.xml.php @@ -698,7 +698,7 @@ if (isset($_REQUEST["xmlformat"]) && $_REQUEST["xmlformat"] == "xml") if($row_praktikum = $db->db_fetch_object($result_praktikum)) { $bezeichnung.= ' absolviert in: '.$row_praktikum->name; - $bezeichnung_englisch .= ' written at: '.$row_praktikum->name; + $bezeichnung_englisch .= ' at: '.$row_praktikum->name; } }