Hello, could you help me with the following error:
The code that needs to be fixed is below the error.
Thanks in advance!
Aldi
Deprecated: Function eregi() is deprecated in language.php on line 87
[php]if (eregi(’^(’ . $value . ‘)(;q=[0-9]\.[0-9])?$’, $this->browser_languages[$i]) && isset($this->catalog_languages[$key])) {
$this->language = $this->catalog_languages[$key];
break 2;[/php]