]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions/ext-jackpot.php
Parser error fixed...
[mailer.git] / inc / extensions / ext-jackpot.php
index 420bcc88122711003054783eed50ed0bc493a4bc..675197f2368de8269bcd2bed3f35332a107fec6c 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /************************************************************************
- * MXChange v0.2.1                                    Start: 10/23/2009 *
- * ================                             Last change: 10/23/2009 *
+ * Mailer v0.2.1-FINAL                                Start: 10/23/2009 *
+ * ===================                          Last change: 10/23/2009 *
  *                                                                      *
  * -------------------------------------------------------------------- *
  * File              : ext-jackpot.php                                  *
@@ -47,6 +47,9 @@ setThisExtensionVersion('0.0');
 // Version history array (add more with , '0.1.0' and so on)
 setExtensionVersionHistory(array('0.0'));
 
+// This extension is in development (non-productive)
+enableExtensionProductive(false);
+
 switch (getExtensionMode()) {
        case 'register': // Do stuff when installation is running (modules.php?module=admin is called)
                // SQL commands to run
@@ -85,7 +88,7 @@ switch (getExtensionMode()) {
                break;
 
        default: // Unknown extension mode
-               DEBUG_LOG(__FILE__, __LINE__, sprintf("Unknown extension mode %s detected.", getExtensionMode()));
+               logDebugMessage(__FILE__, __LINE__, sprintf("Unknown extension mode %s detected.", getExtensionMode()));
                break;
 } // END - switch