diff --git a/db/install.sql b/db/install.sql index 466938f4..1176d9fc 100644 --- a/db/install.sql +++ b/db/install.sql @@ -11,12 +11,6 @@ SET FOREIGN_KEY_CHECKS=0; SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; SET time_zone = "+00:00"; --- --- Datenbank: `engelsystem` --- -CREATE DATABASE IF NOT EXISTS `engelsystem` DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci; -USE `engelsystem`; - -- -------------------------------------------------------- -- diff --git a/includes/helper/email_helper.php b/includes/helper/email_helper.php index b8ccabc4..5c7c64a8 100644 --- a/includes/helper/email_helper.php +++ b/includes/helper/email_helper.php @@ -1,12 +1,17 @@