| @@ -309,7 +309,7 @@ | ||
| 309 | 309 |  { | 
| 310 | 310 |  	preg_match('/bot|spider|google|twitter/i', $_SERVER['HTTP_USER_AGENT'], $matches); | 
| 311 | 311 | |
| 312 | - return (isset($matches[0])) ? true : false; | |
| 312 | + return (isset($matches[0])) ? true : false; | |
| 313 | 313 | } | 
| 314 | 314 | |
| 315 | 315 | function botDeviceUidIsSet($config) |