| @@ -695,7 +695,7 @@ | ||
| 695 | 695 | 'icon' => 'move', | 
| 696 | 696 | ), | 
| 697 | 697 | 'quickmod' => array( | 
| 698 | - 'class' => 'inline_mod_check', | |
| 698 | + 'class' => 'inline_mod_check', | |
| 699 | 699 | 'content' => '<input type="checkbox" name="mark[' . $id . ']" value="' . $id . '">', | 
| 700 | 700 | 'show' => $context['showCheckboxes'] | 
| 701 | 701 | ) | 
| @@ -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 | |
| @@ -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) | 
| @@ -2202,7 +2202,7 @@ | ||
| 2202 | 2202 | function($a, $b) | 
| 2203 | 2203 |  					{ | 
| 2204 | 2204 | if ($a['filesize'] == $b['filesize']) | 
| 2205 | - return 0; | |
| 2205 | + return 0; | |
| 2206 | 2206 | |
| 2207 | 2207 | return ($a['filesize'] < $b['filesize']) ? -1 : 1; | 
| 2208 | 2208 | } |