@@ -294,11 +294,11 @@ discard block |
||
294 | 294 | |
295 | 295 | if($result->num_rows == 0) |
296 | 296 | { |
297 | - return FALSE; |
|
297 | + return FALSE; |
|
298 | 298 | } |
299 | 299 | else |
300 | 300 | { |
301 | - return TRUE; |
|
301 | + return TRUE; |
|
302 | 302 | } |
303 | 303 | } |
304 | 304 | |
@@ -392,7 +392,7 @@ discard block |
||
392 | 392 | { |
393 | 393 | preg_match('/bot|spider|google|twitter/i', $_SERVER['HTTP_USER_AGENT'], $matches); |
394 | 394 | |
395 | - return (isset($matches[0])) ? true : false; |
|
395 | + return (isset($matches[0])) ? true : false; |
|
396 | 396 | } |
397 | 397 | |
398 | 398 | function botDeviceUidIsSet($config) |