]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions/ext-safe.php
Obsolete SQL_FREERESULT() call removed
[mailer.git] / inc / extensions / ext-safe.php
index 93006e7cc335e40ed28bb9bd92714d64b03a6f48..530b3173d64b9bad76677607c5e41f4e43805e14 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /************************************************************************
- * MXChange v0.2.1                                    Start: 09/14/2008 *
+ * Mailer v0.2.1-FINAL                                Start: 09/14/2008 *
  * ================                             Last change: 09/14/2008 *
  *                                                                      *
  * -------------------------------------------------------------------- *
@@ -40,7 +40,7 @@
 // Some security stuff...
 if (!defined('__SECURITY')) {
        die();
-}
+} // END - if
 
 // Version number
 setThisExtensionVersion('0.0');
@@ -48,6 +48,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