]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions/ext-refback.php
Extension ext-grade continued, functions for menu SQLs simplified:
[mailer.git] / inc / extensions / ext-refback.php
index 02b21c04501ac208540e02f18616e298c8b41804..12ab9d99ff90490e2bf3883140be5122ab1cac56 100644 (file)
@@ -43,8 +43,8 @@ if (!defined('__SECURITY')) {
 // Version number
 setThisExtensionVersion('0.0.1');
 
-// Version history array (add more with , '0.1.0' and so on)
-setExtensionVersionHistory(array('0.0','0.0.1'));
+// Version history array (add more with , '0.0.1' and so on)
+setExtensionVersionHistory(array('0.0.0','0.0.1'));
 
 switch (getExtensionMode()) {
        case 'register': // Do stuff when installation is running
@@ -62,7 +62,7 @@ UNIQUE `user_refid` (`userid`,`level`,`refid`),
 KEY (`level`),
 KEY (`refid`)
 ) ENGINE = {?_TABLE_TYPE?} CHARACTER SET utf8 COLLATE utf8_general_ci COMMENT = 'User Referals With Refback'");
-               addMemberMenuSql('main', 'refback', 'Ref-Back einstellen', 'N', 'Y', 4);
+               addMemberMenuSql('main', 'refback', 'Ref-Back einstellen', 4);
 
                // Execute this special file on registration
                addIncludeToPool('extension', 'inc/gen_refback.php');