@@ -19,10 +19,10 @@ |
||
| 19 | 19 | */ |
| 20 | 20 | class GroupAct_Notify_Background extends SMF_BackgroundTask |
| 21 | 21 | { |
| 22 | - /** |
|
| 23 | - * This executes the task - loads up the information, puts the email in the queue and inserts alerts as needed. |
|
| 24 | - * @return bool Always returns true |
|
| 25 | - */ |
|
| 22 | + /** |
|
| 23 | + * This executes the task - loads up the information, puts the email in the queue and inserts alerts as needed. |
|
| 24 | + * @return bool Always returns true |
|
| 25 | + */ |
|
| 26 | 26 | public function execute() |
| 27 | 27 | { |
| 28 | 28 | global $sourcedir, $smcFunc, $language, $modSettings; |
@@ -19,7 +19,7 @@ |
||
| 19 | 19 | class Likes_Notify_Background extends SMF_BackgroundTask |
| 20 | 20 | { |
| 21 | 21 | /** |
| 22 | - * This executes the task - loads up the information, puts the email in the queue and inserts alerts as needed. |
|
| 22 | + * This executes the task - loads up the information, puts the email in the queue and inserts alerts as needed. |
|
| 23 | 23 | * @return bool Always returns true |
| 24 | 24 | */ |
| 25 | 25 | public function execute() |
@@ -784,7 +784,7 @@ discard block |
||
| 784 | 784 | ) |
| 785 | 785 | ); |
| 786 | 786 | while ($row = $smcFunc['db_fetch_assoc']($request)) |
| 787 | - $error_ips[] = inet_dtop($row['ip']); |
|
| 787 | + $error_ips[] = inet_dtop($row['ip']); |
|
| 788 | 788 | $smcFunc['db_free_result']($request); |
| 789 | 789 | |
| 790 | 790 | return $error_ips; |
@@ -2168,9 +2168,9 @@ discard block |
||
| 2168 | 2168 | |
| 2169 | 2169 | if ($low == '255.255.255.255') return 'unknown'; |
| 2170 | 2170 | if ($low == $high) |
| 2171 | - return $low; |
|
| 2171 | + return $low; |
|
| 2172 | 2172 | else |
| 2173 | - return $low . '-'.$high; |
|
| 2173 | + return $low . '-'.$high; |
|
| 2174 | 2174 | } |
| 2175 | 2175 | |
| 2176 | 2176 | /** |
@@ -613,7 +613,7 @@ discard block |
||
| 613 | 613 | </dd>'; |
| 614 | 614 | } |
| 615 | 615 | // A Textarea? |
| 616 | - elseif ($setting['type'] == 'textarea') |
|
| 616 | + elseif ($setting['type'] == 'textarea') |
|
| 617 | 617 | { |
| 618 | 618 | echo ' |
| 619 | 619 | <dt> |
@@ -626,7 +626,7 @@ discard block |
||
| 626 | 626 | </dt> |
| 627 | 627 | <dd> |
| 628 | 628 | <textarea rows="4" style="width: 95%;" cols="40" name="', !empty($setting['default']) ? 'default_' : '','options[', $setting['id'], ']" id="', $setting['id'], '">', $setting['value'], '</textarea>'; |
| 629 | - echo ' |
|
| 629 | + echo ' |
|
| 630 | 630 | </dd>'; |
| 631 | 631 | } |
| 632 | 632 | // A regular input box, then? |
@@ -220,7 +220,7 @@ |
||
| 220 | 220 | ), |
| 221 | 221 | ), |
| 222 | 222 | ); |
| 223 | - */ |
|
| 223 | + */ |
|
| 224 | 224 | |
| 225 | 225 | // Are we using right-to-left orientation? |
| 226 | 226 | $first = $context['right_to_left'] ? 'last' : 'first'; |
@@ -63,7 +63,7 @@ discard block |
||
| 63 | 63 | // Stick our "create a redirection topic" template in here... |
| 64 | 64 | template_redirect_options('move'); |
| 65 | 65 | |
| 66 | - echo ' |
|
| 66 | + echo ' |
|
| 67 | 67 | <input type="submit" value="', $txt['move_topic'], '" onclick="return submitThisOnce(this);" accesskey="s" class="button_submit"> |
| 68 | 68 | </div> |
| 69 | 69 | </div>'; |
@@ -86,9 +86,9 @@ discard block |
||
| 86 | 86 | */ |
| 87 | 87 | function template_redirect_options($type) |
| 88 | 88 | { |
| 89 | - global $txt, $context, $modSettings; |
|
| 89 | + global $txt, $context, $modSettings; |
|
| 90 | 90 | |
| 91 | - echo ' |
|
| 91 | + echo ' |
|
| 92 | 92 | <label for="postRedirect"><input type="checkbox" name="postRedirect" id="postRedirect"', $context['is_approved'] ? ' checked' : '', ' onclick="', $context['is_approved'] ? '' : 'if (this.checked && !confirm(\'' . $txt[$type . '_topic_unapproved_js'] . '\')) return false; ', 'document.getElementById(\'reasonArea\').style.display = this.checked ? \'block\' : \'none\';" class="input_check"> ', $txt['post_redirection'], '.</label> |
| 93 | 93 | <fieldset id="reasonArea" style="margin-top: 1ex;', $context['is_approved'] ? '' : 'display: none;', '"> |
| 94 | 94 | <dl class="settings"> |
@@ -2439,7 +2439,6 @@ |
||
| 2439 | 2439 | |
| 2440 | 2440 | /** |
| 2441 | 2441 | * Add a Javascript file for output later |
| 2442 | - |
|
| 2443 | 2442 | * @param string $filename The name of the file to load |
| 2444 | 2443 | * @param array $params An array of parameter info |
| 2445 | 2444 | * Keys are the following: |
@@ -2439,7 +2439,6 @@ |
||
| 2439 | 2439 | |
| 2440 | 2440 | /** |
| 2441 | 2441 | * Add a Javascript file for output later |
| 2442 | - |
|
| 2443 | 2442 | * @param string $filename The name of the file to load |
| 2444 | 2443 | * @param array $params An array of parameter info |
| 2445 | 2444 | * Keys are the following: |
@@ -2439,7 +2439,6 @@ |
||
| 2439 | 2439 | |
| 2440 | 2440 | /** |
| 2441 | 2441 | * Add a Javascript file for output later |
| 2442 | - |
|
| 2443 | 2442 | * @param string $filename The name of the file to load |
| 2444 | 2443 | * @param array $params An array of parameter info |
| 2445 | 2444 | * Keys are the following: |