X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Flibs%2Fwernis_functions.php;h=b8c92ccd09a2ab12a38f7e13a4af4185fa042798;hb=62d8f6d89c35bebe15b8f716a5629f14d95f3078;hp=df3a61d2e1332d79cc6db03b22193adcc3f89305;hpb=5b205d68392e60438660e58986eed294730a54ac;p=mailer.git diff --git a/inc/libs/wernis_functions.php b/inc/libs/wernis_functions.php index df3a61d2e1..b8c92ccd09 100644 --- a/inc/libs/wernis_functions.php +++ b/inc/libs/wernis_functions.php @@ -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;