]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions/ext-sponsor.php
'order_points' and locked are now displayed, some array elements/language ids renamed
[mailer.git] / inc / extensions / ext-sponsor.php
index 5f185b28e8b93500dc120a4f8a623badcc6e69f8..a618f2e49cf0d197ebd1e247d3beb02c360ee76d 100644 (file)
@@ -50,7 +50,7 @@ setExtensionVersionHistory(array('0.0'));
 enableExtensionProductive(false);
 
 switch (getExtensionMode()) {
-       case 'register': // Do stuff when installation is running (modules.php?module=admin is called)
+       case 'register': // Do stuff when installation is running
                //
                // SQL commands to run
                //
@@ -370,8 +370,8 @@ PRIMARY KEY (`id`)
                //
                // General configuration stuff
                //
-               addConfigAddSql('sponsor_ref_points', "FLOAT(20,5) UNSIGNED NOT NULL DEFAULT 100.00000");
-               addConfigAddSql('sponsor_min_points', "FLOAT(20,5) UNSIGNED NOT NULL DEFAULT 1000.00000");
+               addConfigAddSql('sponsor_ref_points', 'FLOAT(20,5) UNSIGNED NOT NULL DEFAULT 100.00000');
+               addConfigAddSql('sponsor_min_points', 'FLOAT(20,5) UNSIGNED NOT NULL DEFAULT 1000.00000');
                //
                // Register module
                //