]> git.mxchange.org Git - mailer.git/blobdiff - inc/libs/bonus_functions.php
Several template fixes/code cleanups, default module titles added:
[mailer.git] / inc / libs / bonus_functions.php
index 556cb910184134fdab79b7b15db096a6cde2043c..acdc940d724fc5790b354bbe5808a9895f893e9e 100644 (file)
@@ -65,7 +65,7 @@ function addTurboBonus ($mid, $userid, $type) {
                default:
                        logDebugMessage(__FUNCTION__, __LINE__, sprintf("Invalid type %s detected.", $type));
                        break;
-       }
+       } // END - switch
 
        // Is a column name set?
        if (empty($column)) {