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() function return_array()
{ {
$this->data = array( $this->data = array(
'agent' = $this->get_agent, 'agent' = $this->BROWSER_AGENT,
'version' = $this->get_version, 'version' = $this->BROWSER_VER,
'platform' = $this->get_platform 'platform' = $this->BROWSER_PLATFORM
); );
return $this->data; return $this->data;