Commit 7b8f2c7e authored by Nico Schallehn's avatar Nico Schallehn

test

parent 1c183339
...@@ -440,7 +440,7 @@ class IMDB ...@@ -440,7 +440,7 @@ class IMDB
if (0 !== $iLimit && $i >= $iLimit) { if (0 !== $iLimit && $i >= $iLimit) {
break; break;
} }
$aReturn[] = '' . IMDBHelper::cleanString($aMatch[1][$i]) . '>' . IMDBHelper::cleanString($sName) . '|'; $aReturn[] = IMDBHelper::cleanString($aMatch[1][$i]) . '>' . IMDBHelper::cleanString($sName);
} }
$bHaveMore = ($bMore && (count($aMatch[2]) > $iLimit)); $bHaveMore = ($bMore && (count($aMatch[2]) > $iLimit));
......
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