mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Forgot one function replacement
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user