Florian Schaal
2016-03-22 5ca959fa688255a8de61f89fe2751eb4d24a6912
interface/web/admin/language_import.php
@@ -36,7 +36,7 @@
   $new_string = '';
   for($c = 0; $c < mb_strlen($string); $c++) {
      $char = $string{$c};
      $char = mb_substr($string, $c, 1);
      if($in_string === true && $escaped === false && $char === $quote) {
         // this marks a string end (e.g. for concatenation)