Commit f1ba8b43 authored by Nico Schallehn's avatar Nico Schallehn

test

parent 3fd54779
...@@ -1250,7 +1250,7 @@ class IMDBHelper extends IMDB ...@@ -1250,7 +1250,7 @@ class IMDBHelper extends IMDB
} }
if ($bHaveMore) { if ($bHaveMore) {
$aReturn[] = '…'; $aReturn[] = '';
} }
return $aReturn; return $aReturn;
...@@ -1265,7 +1265,7 @@ class IMDBHelper extends IMDB ...@@ -1265,7 +1265,7 @@ class IMDBHelper extends IMDB
} }
} }
return implode($sSeparator, $aReturn) . (($bHaveMore) ? '…' : ''); return implode($sSeparator, $aReturn) . (($bHaveMore) ? '' : '');
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment