Completed
Push — master ( 4d3cdd...871ee2 )
by Daniel
08:26
created
blocks/featured_member.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -41,8 +41,7 @@
 block discarded – undo
41 41
 		if (is_array($message))
42 42
 		{
43 43
 			$this->message = (string) $message[0];
44
-		}
45
-		else
44
+		} else
46 45
 		{
47 46
 			$this->message = $message;
48 47
 		}
Please login to merge, or discard this patch.
services/poll.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -41,8 +41,7 @@
 block discarded – undo
41 41
 		if (is_array($message))
42 42
 		{
43 43
 			$this->message = (string) $message[0];
44
-		}
45
-		else
44
+		} else
46 45
 		{
47 46
 			$this->message = $message;
48 47
 		}
Please login to merge, or discard this patch.
services/forum/data.php 1 patch
Braces   +2 added lines, -4 removed lines patch added patch discarded remove patch
@@ -215,8 +215,7 @@  discard block
 block discarded – undo
215 215
 		if (sizeof($post_ids))
216 216
 		{
217 217
 			$sql_where[] = $this->db->sql_in_set('p.post_id', $post_ids);
218
-		}
219
-		else if (sizeof($this->store['topic']))
218
+		} else if (sizeof($this->store['topic']))
220 219
 		{
221 220
 			$sql_where[] = $this->db->sql_in_set('p.topic_id', array_keys($this->store['topic']));
222 221
 
@@ -240,8 +239,7 @@  discard block
 block discarded – undo
240 239
 		if ($this->_can_track_by_lastread())
241 240
 		{
242 241
 			$info = $this->_build_tracking_info('get_topic_tracking');
243
-		}
244
-		else if ($this->_can_track_anonymous())
242
+		} else if ($this->_can_track_anonymous())
245 243
 		{
246 244
 			$info = $this->_build_tracking_info('get_complete_topic_tracking');
247 245
 		}
Please login to merge, or discard this patch.
services/menus/display.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -41,8 +41,7 @@
 block discarded – undo
41 41
 		if (is_array($message))
42 42
 		{
43 43
 			$this->message = (string) $message[0];
44
-		}
45
-		else
44
+		} else
46 45
 		{
47 46
 			$this->message = $message;
48 47
 		}
Please login to merge, or discard this patch.