]> git.mxchange.org Git - mailer.git/blobdiff - inc/libs/surfbar_functions.php
TODOs.txt updated, template fixed
[mailer.git] / inc / libs / surfbar_functions.php
index 01173c9de3033f72a4ceca5cc46c3f8c4f4c8cc4..b36ceb782ab6b6476982081600438f621e2b476b 100644 (file)
@@ -298,7 +298,7 @@ function SURFBAR_VALIDATE_MEMBER_ACTION_STATUS ($action, $status) {
 function SURFBAR_MEMBER_RETREAT_ACTION ($urlData) {
        // Create the data array for next function call
        $data = array(
-       $urlData['id'] => $urlData
+               $urlData['id'] => $urlData
        );
 
        // Simply change the status here
@@ -493,7 +493,7 @@ function SURFBAR_HANDLE_LOW_POINTS () {
                if ((time() - $userids['notified'][$userid]) >= getConfig('surfbar_low_interval')) {
                        // Prepare content
                        $content = array(
-                               'userid'      => $userid,
+                               'userid'   => $userid,
                                'low'      => translateComma(getConfig('surfbar_warn_low_points')),
                                'points'   => translateComma($userids['points'][$userid]),
                                'notified' => generateDateTime($userids['notified'][$userid]),