]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions/ext-sql_patches.php
Naming convention on language strings applied, ACL handling fixed:
[mailer.git] / inc / extensions / ext-sql_patches.php
index 2a59247d13db5ce85899953e7de630fc3dc928c0..8b3231c7c849733ac4fb877eafe9c4feec627052 100644 (file)
@@ -795,6 +795,13 @@ INDEX (`ip`)
                                // Update notes (these will be set as task text!)
                                setExtensionUpdateNotes("Konfigurationseintr&auml;ge mit Spaltentyp <strong>ENUM</strong> werden nun immer komplett gross geschrieben.");
                                break;
+
+                       case '0.7.9': // SQL queries for v0.7.9
+                               addExtensionSQL("UPDATE `{?_MYSQL_PREFIX?}_admin_menu` SET `what`=`list_email_max_rec` WHERE `what`='config_email` LIMIT 1");
+
+                               // Update notes (these will be set as task text!)
+                               setExtensionUpdateNotes("Adminscript <strong>what-config_email.php</strong> nach <strong>what-list_email_max_rec.php</strong> umbenannt.");
+                               break;
                } // END - switch
                break;