Passed
Push — master ( 23721f...32f8a2 )
by Lio
03:12 queued 45s
created
blocks/countdown-block.php 1 patch
Spacing   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -61,7 +61,7 @@  discard block
 block discarded – undo
61 61
 
62 62
 function editCountdown($options)
63 63
 {
64
-    $form = _MB_COUNTDOWN_EVENTTODISPLAY . ' ';;
64
+    $form = _MB_COUNTDOWN_EVENTTODISPLAY . ' '; ;
65 65
     $form .= "<input type='hidden' name='options[0]' value='" . $options[0] . "'>&nbsp;";
66 66
     $form .= "<select name='options[0]'>";
67 67
     $form .= "<option>" . _MB_COUNTDOWN_EVENTTODISPLAY . "</option>";
@@ -93,7 +93,7 @@  discard block
 block discarded – undo
93 93
         $chk = " checked";
94 94
     }
95 95
     $form .= "<input type='radio' name='options[1]' value='1'" . $chk . ' >&nbsp;' . _YES . '';
96
-    $chk  = '';
96
+    $chk = '';
97 97
     if (0 == $options[1]) {
98 98
         $chk = " checked";
99 99
     }
@@ -104,7 +104,7 @@  discard block
 block discarded – undo
104 104
         $chk = " checked";
105 105
     }
106 106
     $form .= "<input type='radio' name='options[2]' value='1'" . $chk . ' >&nbsp;' . _YES . '';
107
-    $chk  = '';
107
+    $chk = '';
108 108
     if (0 == $options[2]) {
109 109
         $chk = " checked";
110 110
     }
@@ -115,7 +115,7 @@  discard block
 block discarded – undo
115 115
         $chk = " checked";
116 116
     }
117 117
     $form .= "<input type='radio' name='options[3]' value='1'" . $chk . ' >&nbsp;' . _YES . '';
118
-    $chk  = '';
118
+    $chk = '';
119 119
     if (0 == $options[3]) {
120 120
         $chk = " checked";
121 121
     }
Please login to merge, or discard this patch.
index.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -85,7 +85,7 @@
 block discarded – undo
85 85
         $events['categoryname'] = $categoryObj->getVar('category_title');
86 86
         $categoryname           = $categoryObj->getVar('category_title');
87 87
         $events['logo']         = $eventsArray[$i]->getVar('event_logo');
88
-        $events['usertime']         = formatTimeStamp(time(), 'mysql');
88
+        $events['usertime'] = formatTimeStamp(time(), 'mysql');
89 89
         $events['date']         = date(_DATESTRING, strtotime($eventsArray[$i]->getVar('event_date')));
90 90
         $events['dateiso']      = $eventsArray[$i]->getVar('event_date');
91 91
         $events['date_created'] = formatTimestamp($eventsArray[$i]->getVar('date_created'));
Please login to merge, or discard this patch.