X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Ffunctions.php;h=2d1db00eaec4fdbc81942671c27c0254883e1133;hb=094f3a6af3b901020395eafee16b3b5e151f1137;hp=f6ac2194357cfcb8571d22c387a6441202881309;hpb=94eb7e461c29c7050a41aa6d5edcd3a1707bf904;p=mailer.git diff --git a/inc/functions.php b/inc/functions.php index f6ac219435..2d1db00eae 100644 --- a/inc/functions.php +++ b/inc/functions.php @@ -2140,7 +2140,7 @@ function capitalizeUnderscoreString ($str) { } // Generate admin links for mail order -// mailType can be: 'mid' or 'bid' +// mailType can be: 'normal' or 'bonus' function generateAdminMailLinks ($mailType, $mailId) { // Init variables $OUT = ''; @@ -2152,11 +2152,11 @@ function generateAdminMailLinks ($mailType, $mailId) { // Which mail do we have? switch ($mailType) { - case 'bid': // Bonus mail + case 'bonus': // Bonus mail $table = 'bonus'; break; - case 'mid': // Member mail + case 'normal': // Member mail $table = 'pool'; break;