Forgot one function replacement

This commit is contained in:
phl0
2023-09-18 08:30:47 +02:00
parent 42b38d9a2f
commit f31bd1175b

View File

@@ -97,7 +97,7 @@ class Lookup extends CI_Controller {
foreach ($result as &$value) {
if (in_array($value, $arCalls) == false)
{
$arCalls[] = $value;
$arCalls[] = str_replace('0', 'Ø', $value);
}
}
}