]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions/ext-doubler.php
Several fixes for module/action/what handling.
[mailer.git] / inc / extensions / ext-doubler.php
index 87376c17e7024a7896a6ccf62628ecc30f33195d..ce96fdfd5466c5268819f368b2ff7a80f93348d9 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /************************************************************************
- * MXChange v0.2.1                                    Start: 02/03/2005 *
+ * Mailer v0.2.1-FINAL                                Start: 02/03/2005 *
  * ================                             Last change: 02/03/2005 *
  *                                                                      *
  * -------------------------------------------------------------------- *
@@ -73,7 +73,7 @@ PRIMARY KEY (id)
                // Maximum points to double
                addExtensionSql("ALTER TABLE `{?_MYSQL_PREFIX?}_config` ADD doubler_max FLOAT(20,5) UNSIGNED NOT NULL DEFAULT 10000.00000");
                // Points left on users account after doubling
-               addExtensionSql("ALTER TABLE `{?_MYSQL_PREFIX?}_config` ADD doubler_left BIGINT(20) UNSIGNED NOT NULL DEFAULT 1000");
+               addExtensionSql("ALTER TABLE `{?_MYSQL_PREFIX?}_config` ADD doubler_left2 BIGINT(20) UNSIGNED NOT NULL DEFAULT 1000");
                // Charge for doubling points which goes to the webmaster (shreddered in fact!)
                addExtensionSql("ALTER TABLE `{?_MYSQL_PREFIX?}_config` ADD doubler_charge FLOAT(7,5) UNSIGNED NOT NULL DEFAULT 0.03000");
                // Referal percents