]> git.mxchange.org Git - mailer.git/blobdiff - inc/libs/wernis_functions.php
Dependencies added (required)
[mailer.git] / inc / libs / wernis_functions.php
index df3a61d2e1332d79cc6db03b22193adcc3f89305..b8c92ccd09a2ab12a38f7e13a4af4185fa042798 100644 (file)
@@ -14,8 +14,6 @@
  * $Date::                                                            $ *
  * $Tag:: 0.2.1-FINAL                                                 $ *
  * $Author::                                                          $ *
- * Needs to be in all Files and every File needs "svn propset           *
- * svn:keywords Date Revision" (autoprobset!) at least!!!!!!            *
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
  * Copyright (c) 2009, 2010 by Mailer Developer Team                    *
@@ -320,6 +318,8 @@ function WERNIS_EXECUTE_PAYOUT ($wdsId, $amount) {
 function translateWernisTransferStatus ($status) {
        // Default status
        $return = getMaskedMessage('WERNIS_STATUS_UNKNWOWN', $status);
+
+       // Which status?
        switch ($status) {
                case 'IN': // Withdraw
                        $return = '{--WERNIS_STATUS_WITHDRAW--}';
@@ -332,7 +332,7 @@ function translateWernisTransferStatus ($status) {
                case 'FAILED': // Payout
                        $return = '{--WERNIS_STATUS_FAILED--}';
                        break;
-       }
+       } // END - switch
 
        // Return the status
        return $return;