]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/member/what-points.php
This debug message was to noisy but it is needed in development (where debug-mode...
[mailer.git] / inc / modules / member / what-points.php
index 6b64c1a8436614d77b9eb822feb9498a187f962d..7975df0833ab8eef7cec152aac50ab1ae3384f8f 100644 (file)
@@ -189,6 +189,7 @@ if (isExtensionActive('user')) {
        displayMessage('{--PROBLEM_POINTS_OVERVIEW_UNAVAILABLE--}');
 }
 
+// Is ext-payout installed?
 if (isExtensionActive('payout')) {
        // Payput extension is installed and active so we can check if the user has enougth points
        outputPayoutList($content['part_points'] - getUserData('used_points'));