Completed
Pull Request — master (#21)
by Patrick
02:35
created
class.FlipPage.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -715,7 +715,7 @@
 block discarded – undo
715 715
      */
716 716
     private function addJSGlobals()
717 717
     {
718
-      $this->body = $this->body.'<script>
718
+        $this->body = $this->body.'<script>
719 719
 var loginUrl = \''.$this->loginUrl.'\'
720 720
 var logoutUrl = \''.$this->logoutUrl.'\'
721 721
 </script>';
Please login to merge, or discard this patch.
cron.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -14,8 +14,8 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.