]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions/ext-other.php
More bugs resolved, thanks to profi-concept
[mailer.git] / inc / extensions / ext-other.php
index 2afb6ac1cc3b9aa6f86cb559d2c3cae73a8c7fff..d25000b674be5fb2641823b47b6dbaa4aa8d3635 100644 (file)
@@ -50,7 +50,7 @@ switch ($EXT_LOAD_MODE)
 {
 case "register": // Do stuff when installation is running (modules.php?module=admin&action=login is called)
        // SQL commands to run
-       $SQLs[] = "INSERT INTO `"._MYSQL_PREFIX."_admin_menu` (`action`,`what`,`title`,`descr`,`sort`) VALUES ('setup','config_other','Sonstige Einstellungen','Sonstige Einstellungen an Ihrem Mailtausch.','13')";
+       $SQLs[] = "INSERT INTO `"._MYSQL_PREFIX."_admin_menu` (`action`,`what`,`title`,`descr`,`sort`) VALUES ('setup','config_other','Sonstige Einstellungen','Sonstige Einstellungen an Ihrem Mailtausch.',13)";
        break;
 
 case "remove": // Do stuff when removing extension