@@ -14,8 +14,8 @@ |
||
14 | 14 | /** |
15 | 15 | * This cron script recompiles the Browscap cache |
16 | 16 | */ |
17 | -ini_set('memory_limit','-1'); // turn off memory limit for this script |
|
18 | -set_time_limit(120); // change to 2 minutes for this script |
|
17 | +ini_set('memory_limit', '-1'); // turn off memory limit for this script |
|
18 | +set_time_limit(120); // change to 2 minutes for this script |
|
19 | 19 | |
20 | 20 | require('libs/browscap-php/src/phpbrowscap/Browscap.php'); |
21 | 21 |
@@ -727,7 +727,7 @@ |
||
727 | 727 | */ |
728 | 728 | private function addJSGlobals() |
729 | 729 | { |
730 | - $this->body = $this->body.'<script> |
|
730 | + $this->body = $this->body.'<script> |
|
731 | 731 | var profilesUrl = \''.$this->profilesUrl.'\' |
732 | 732 | var loginUrl = \''.$this->loginUrl.'\' |
733 | 733 | var logoutUrl = \''.$this->logoutUrl.'\' |
@@ -329,7 +329,7 @@ |
||
329 | 329 | } |
330 | 330 | |
331 | 331 | /** |
332 | - * @param boolean|\Data\Filter $filter The filter to user when reading users |
|
332 | + * @param \Data\Filter $filter The filter to user when reading users |
|
333 | 333 | * @param boolean|array $select The fields to return |
334 | 334 | * @param boolean|integer $top The number of records to return |
335 | 335 | * @param boolean|integer $skip The number of records to skip |