| @@ -19,7 +19,7 @@ discard block | ||
| 19 | 19 |  { | 
| 20 | 20 | /** | 
| 21 | 21 | * Constants for reply types. | 
| 22 | - */ | |
| 22 | + */ | |
| 23 | 23 | const NOTIFY_TYPE_REPLY_AND_MODIFY = 1; | 
| 24 | 24 | const NOTIFY_TYPE_REPLY_AND_TOPIC_START_FOLLOWING = 2; | 
| 25 | 25 | const NOTIFY_TYPE_ONLY_REPLIES = 3; | 
| @@ -27,7 +27,7 @@ discard block | ||
| 27 | 27 | |
| 28 | 28 | /** | 
| 29 | 29 | * Constants for frequencies. | 
| 30 | - */ | |
| 30 | + */ | |
| 31 | 31 | const FREQUENCY_NOTHING = 0; | 
| 32 | 32 | const FREQUENCY_EVERYTHING = 1; | 
| 33 | 33 | const FREQUENCY_FIRST_UNREAD_MSG = 2; | 
| @@ -310,7 +310,7 @@ | ||
| 310 | 310 |  { | 
| 311 | 311 | /** | 
| 312 | 312 | * Constants for notification types. | 
| 313 | - */ | |
| 313 | + */ | |
| 314 | 314 | const RECEIVE_NOTIFY_EMAIL = 0x02; | 
| 315 | 315 | const RECEIVE_NOTIFY_ALERT = 0x01; | 
| 316 | 316 | |
| @@ -2169,7 +2169,7 @@ | ||
| 2169 | 2169 |  			{ | 
| 2170 | 2170 |  				uasort($loaded_attachments, function($a, $b) { | 
| 2171 | 2171 | if ($a['filesize'] == $b['filesize']) | 
| 2172 | - return 0; | |
| 2172 | + return 0; | |
| 2173 | 2173 | return ($a['filesize'] < $b['filesize']) ? -1 : 1; | 
| 2174 | 2174 | }); | 
| 2175 | 2175 | } | 
| @@ -742,7 +742,7 @@ | ||
| 742 | 742 | 'icon' => 'move', | 
| 743 | 743 | ), | 
| 744 | 744 | 'quickmod' => array( | 
| 745 | - 'class' => 'inline_mod_check', | |
| 745 | + 'class' => 'inline_mod_check', | |
| 746 | 746 | 'content' => '<input type="checkbox" name="mark[' . $id . ']" value="' . $id . '">', | 
| 747 | 747 | 'show' => $context['showCheckboxes'] | 
| 748 | 748 | ) | 
| @@ -1456,7 +1456,6 @@ | ||
| 1456 | 1456 | * | 
| 1457 | 1457 | * @param string $url The url/domain/host we are attempting to vaalidate for the base domain. | 
| 1458 | 1458 | * @param bool $sub_domain (Default: false): When true it will lowest level of a domain off before performing any other logic. | 
| 1459 | - | |
| 1460 | 1459 | * @since 2.1 | 
| 1461 | 1460 | */ | 
| 1462 | 1461 | function FindCorsBaseUrl($url, $sub_domain = false) |