]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions/ext-holiday.php
Fixes for transfer list and per-user temporary tables (concurrent access)
[mailer.git] / inc / extensions / ext-holiday.php
index 99d29bbbe6e2cb11cbff422c6b64bc1083494908..8ef1bff7612a5f1e54c6b5eb9b3f2514876a5a9c 100644 (file)
@@ -194,7 +194,7 @@ PRIMARY KEY (id)
                                addExtensionSql("INSERT INTO `{?_MYSQL_PREFIX?}_admin_menu_las` (`la_id`, `la_action`, `la_what`) VALUES ('config', '', 'config_holiday')");
 
                                // Depends on sql_patches (or you have to execute these both SQL statements by phpMyAdmin
-                               addExtensionUpdateDependency('sql_patches');
+                               addExtensionDependency('sql_patches');
 
                                // Update notes (these will be set as task text!)
                                setExtensionUpdateNotes("Erweiterung in's neue Menüsystem integriert.");
@@ -218,7 +218,7 @@ PRIMARY KEY (id)
                                // Update notes (these will be set as task text!)
                                setExtensionUpdateNotes("Fehlerhinweis bei deaktivierter Erweiterung verbessert.");
                                break;
-               }
+               } // END - switch
                break;
 
        case 'modify': // When the extension got modified
@@ -233,7 +233,7 @@ PRIMARY KEY (id)
        default: // Unknown extension mode
                logDebugMessage(__FILE__, __LINE__, sprintf("Unknown extension mode %s in extension %s detected.", getExtensionMode(), getCurrentExtensionName()));
                break;
-}
+} // END - switch
 
 // [EOF]
 ?>