diff --git a/application/views/crm/statusEdit.php b/application/views/crm/statusEdit.php
index 15ed2ed9f..5fee3ee92 100644
--- a/application/views/crm/statusEdit.php
+++ b/application/views/crm/statusEdit.php
@@ -36,34 +36,24 @@
Bezeichnung mehrsprachig:
bezeichnung_mehrsprachig))
- {
- $val = str_replace("{", "", $s->bezeichnung_mehrsprachig);
- $val = str_replace("}", "", $val);
- $val = str_replace("\"", "", $val);
- $val = explode(",", $val);
- }
- else
- {
- $val = array();
- }
-
+ $val = '';
$i = 0;
?>
sprache; ?>:
bezeichnung_mehrsprachig[$i]))
{
- $val[$i] = "";
+ $val = '';
}
else
{
- $val = str_replace("|", ",", $val);
+ $val = $s->bezeichnung_mehrsprachig[$i];
}
+ $i++;
?>
-
+
diff --git a/application/views/crm/statusGrundList.php b/application/views/crm/statusGrundList.php
index 00be76b2f..f13c3bf08 100644
--- a/application/views/crm/statusGrundList.php
+++ b/application/views/crm/statusGrundList.php
@@ -22,9 +22,9 @@