]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions/ext-payout.php
Old, lost function sendHtmlMail() removed, this is now handled by sendEmail() and...
[mailer.git] / inc / extensions / ext-payout.php
index 0e81799228be517675780b597df44395de04f1fb..cf8fa78a6378eb1ed782070e6c8f76651faeb37d 100644 (file)
@@ -226,7 +226,7 @@ PRIMARY KEY (id)
                                break;
 
                        case '0.3.7': // SQL queries for v0.3.7
-                               addExtensionSql("UPDATE `{?_MYSQL_PREFIX?}_admin_menu` SET title = 'Auszahlungsmanagement' WHERE action = 'payouts' AND (`what`='' OR `what` IS NULL) LIMIT 1");
+                               addExtensionSql("UPDATE `{?_MYSQL_PREFIX?}_admin_menu` SET `title`='Auszahlungsmanagement' WHERE `action`='payouts' AND (`what`='' OR `what` IS NULL) LIMIT 1");
 
                                // Update notes (these will be set as task text!)
                                setExtensionUpdateNotes("Verwaltung nach Management umgestellt.");