]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions/ext-profile.php
More rewrites to configuration:
[mailer.git] / inc / extensions / ext-profile.php
index 614a19a9936edb317fe635fab8fbd4569f450981..dbffdddf9b697a4aab8431dc9b65dcf0232d5bf5 100644 (file)
@@ -118,7 +118,9 @@ switch (getExtensionMode()) {
                                // Add config SQLs
                                addConfigAddSql('profile_update', 'BIGINT(20) UNSIGNED NOT NULL DEFAULT 15768000');
                                addConfigChangeSql('send_prof_update', 'send_profile_update', "ENUM('Y','N') NOT NULL DEFAULT 'Y'");
+                               addConfigAddSql('send_prof_update', "ENUM('Y','N') NOT NULL DEFAULT 'Y'");
                                addConfigAddSql('resend_profile_update', 'BIGINT(20) UNSIGNED NOT NULL DEFAULT 172800');
+                               addConfigAddSql('profile_lock', 'BIGINT(20) UNSIGNED NOT NULL DEFAULT 86400');
 
                                // Admin menu
                                addAdminMenuSql('setup','config_profile','Mitgliedsprofile','Einstellungen für Mitgliedprofile.',14);