Passed
Push — master ( 8dd1b9...249eab )
by Saepul
02:51
created
userlist.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -63,7 +63,7 @@
 block discarded – undo
63 63
         foreach ($members as $member) {
64 64
             if ($member['confirmed'] == '1') {
65 65
                 $locked = 'No';
66
-            } else {
66
+            }else {
67 67
                 $locked = 'Yes';
68 68
             }
69 69
             echo '<tr><td><a href=useredit.php?id='.$member['id'].'>'.$member['username'].'</a></td>'.
Please login to merge, or discard this patch.
slaadd.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,7 @@
 block discarded – undo
14 14
     $slawarning = $_POST['slawarning'];
15 15
     if ($slas->sla_exists($slaid) === true) {
16 16
         $errors[] = 'SLA ID is already exists!';
17
-    } else {
17
+    }else {
18 18
         $slas->add_sla($slaid, $namasla, $responsetime, $resolutiontime, $slawarning);
19 19
         header('location:slalist.php');
20 20
     }
Please login to merge, or discard this patch.
core/classes/Tickets.php 1 patch
Spacing   +20 added lines, -20 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@  discard block
 block discarded – undo
31 31
 
32 32
         try {
33 33
             $query->execute();
34
-        } catch (PDOException $e) {
34
+        }catch (PDOException $e) {
35 35
             die($e->getMessage());
36 36
         }
37 37
     }
@@ -64,7 +64,7 @@  discard block
 block discarded – undo
64 64
 
65 65
         try {
66 66
             $query->execute();
67
-        } catch (PDOException $e) {
67
+        }catch (PDOException $e) {
68 68
             die($e->getMessage());
69 69
         }
70 70
     }
@@ -77,7 +77,7 @@  discard block
 block discarded – undo
77 77
 
78 78
         try {
79 79
             $query->execute();
80
-        } catch (PDOException $e) {
80
+        }catch (PDOException $e) {
81 81
             die($e->getMessage());
82 82
         }
83 83
     }
@@ -91,7 +91,7 @@  discard block
 block discarded – undo
91 91
             $query->execute();
92 92
 
93 93
             return $query->fetch();
94
-        } catch (PDOException $e) {
94
+        }catch (PDOException $e) {
95 95
             die($e->getMessage());
96 96
         }
97 97
     }
@@ -102,7 +102,7 @@  discard block
 block discarded – undo
102 102
 
103 103
         try {
104 104
             $query->execute();
105
-        } catch (PDOException $e) {
105
+        }catch (PDOException $e) {
106 106
             die($e->getMessage());
107 107
         }
108 108
 
@@ -115,7 +115,7 @@  discard block
 block discarded – undo
115 115
 
116 116
         try {
117 117
             $query->execute();
118
-        } catch (PDOException $e) {
118
+        }catch (PDOException $e) {
119 119
             die($e->getMessage());
120 120
         }
121 121
 
@@ -128,7 +128,7 @@  discard block
 block discarded – undo
128 128
 
129 129
         try {
130 130
             $query->execute();
131
-        } catch (PDOException $e) {
131
+        }catch (PDOException $e) {
132 132
             die($e->getMessage());
133 133
         }
134 134
 
@@ -142,7 +142,7 @@  discard block
 block discarded – undo
142 142
 
143 143
         try {
144 144
             $query->execute();
145
-        } catch (PDOException $e) {
145
+        }catch (PDOException $e) {
146 146
             die($e->getMessage());
147 147
         }
148 148
 
@@ -156,7 +156,7 @@  discard block
 block discarded – undo
156 156
 
157 157
         try {
158 158
             $query->execute();
159
-        } catch (PDOException $e) {
159
+        }catch (PDOException $e) {
160 160
             die($e->getMessage());
161 161
         }
162 162
 
@@ -170,7 +170,7 @@  discard block
 block discarded – undo
170 170
 
171 171
         try {
172 172
             $query->execute();
173
-        } catch (PDOException $e) {
173
+        }catch (PDOException $e) {
174 174
             die($e->getMessage());
175 175
         }
176 176
 
@@ -185,7 +185,7 @@  discard block
 block discarded – undo
185 185
 
186 186
         try {
187 187
             $query->execute();
188
-        } catch (PDOException $e) {
188
+        }catch (PDOException $e) {
189 189
             die($e->getMessage());
190 190
         }
191 191
 
@@ -199,7 +199,7 @@  discard block
 block discarded – undo
199 199
 
200 200
         try {
201 201
             $query->execute();
202
-        } catch (PDOException $e) {
202
+        }catch (PDOException $e) {
203 203
             die($e->getMessage());
204 204
         }
205 205
 
@@ -216,7 +216,7 @@  discard block
 block discarded – undo
216 216
 
217 217
         try {
218 218
             $query->execute();
219
-        } catch (PDOException $e) {
219
+        }catch (PDOException $e) {
220 220
             die($e->getMessage());
221 221
         }
222 222
 
@@ -231,7 +231,7 @@  discard block
 block discarded – undo
231 231
 
232 232
         try {
233 233
             $query->execute();
234
-        } catch (PDOException $e) {
234
+        }catch (PDOException $e) {
235 235
             die($e->getMessage());
236 236
         }
237 237
 
@@ -244,7 +244,7 @@  discard block
 block discarded – undo
244 244
 
245 245
         try {
246 246
             $query->execute();
247
-        } catch (PDOException $e) {
247
+        }catch (PDOException $e) {
248 248
             die($e->getMessage());
249 249
         }
250 250
 
@@ -258,7 +258,7 @@  discard block
 block discarded – undo
258 258
 
259 259
         try {
260 260
             $query->execute();
261
-        } catch (PDOException $e) {
261
+        }catch (PDOException $e) {
262 262
             die($e->getMessage());
263 263
         }
264 264
 
@@ -272,7 +272,7 @@  discard block
 block discarded – undo
272 272
 
273 273
         try {
274 274
             $query->execute();
275
-        } catch (PDOException $e) {
275
+        }catch (PDOException $e) {
276 276
             die($e->getMessage());
277 277
         }
278 278
 
@@ -287,7 +287,7 @@  discard block
 block discarded – undo
287 287
             $query->execute();
288 288
 
289 289
             return $query->fetch();
290
-        } catch (PDOException $e) {
290
+        }catch (PDOException $e) {
291 291
             die($e->getMessage());
292 292
         }
293 293
     }
@@ -338,7 +338,7 @@  discard block
 block discarded – undo
338 338
 
339 339
         try {
340 340
             $query->execute();
341
-        } catch (PDOException $e) {
341
+        }catch (PDOException $e) {
342 342
             die($e->getMessage());
343 343
         }
344 344
     }
@@ -350,7 +350,7 @@  discard block
 block discarded – undo
350 350
 
351 351
         try {
352 352
             $query->execute();
353
-        } catch (PDOException $e) {
353
+        }catch (PDOException $e) {
354 354
             die($e->getMessage());
355 355
         }
356 356
 
Please login to merge, or discard this patch.