From 7e650920d3aa10d11c095a7054a5b69d252a4a4e Mon Sep 17 00:00:00 2001 From: Philip Häusler Date: Sun, 7 Dec 2014 20:42:54 +0100 Subject: dont send mails for my own actions --- includes/helper/email_helper.php | 13 +++++++++---- includes/mailer/shifts_mailer.php | 8 ++++---- 2 files changed, 13 insertions(+), 8 deletions(-) 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 @@ Date: Sun, 7 Dec 2014 20:46:35 +0100 Subject: dont create dabase on install --- db/install.sql | 6 ------ 1 file changed, 6 deletions(-) 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`; - -- -------------------------------------------------------- -- -- cgit v1.2.3-54-g00ecf