]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions-functions.php
Extension ext-coupon continued, missing template added:
[mailer.git] / inc / extensions-functions.php
index 90b2bd495df94252c973e6c72a9bd5241d997fd8..3a4c95efe82b5af7203e74eef869edc2084f821b 100644 (file)
@@ -1912,6 +1912,7 @@ function addConfigAddSql ($columnName, $columnSql) {
 
 // Enables/disables productive mode for current extension (used only while
 // registration).
+// @TODO This should be rewrittten to allow, more development states, e.g. 'planing','alpha','beta','beta2','stable'
 function enableExtensionProductive ($isProductive = true) {
        // Log debug message
        //* DEBUG: */ logDebugMessage(__FUNCTION__, __LINE__, sprintf("ext_name=%s,isProductive=%d", getCurrentExtensionName(), intval($isProductive)));