Fix syntax error

This commit is contained in:
Miles Lott 2001-04-07 15:13:50 +00:00
parent 31382231a0
commit 94e7363845

View File

@ -100,9 +100,9 @@
function return_array()
{
$this->data = array(
'agent' = $this->get_agent,
'version' = $this->get_version,
'platform' = $this->get_platform
'agent' = $this->BROWSER_AGENT,
'version' = $this->BROWSER_VER,
'platform' = $this->BROWSER_PLATFORM
);
return $this->data;