From 5771a59a6ccd63cc0cfd1fe45948e37adeded46b Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Tue, 15 Jun 2010 10:30:07 -0400 Subject: [PATCH] Added --force switch to mysql command when the db dump gets imported back inti the database so that the import continues even if a database table is missing. --- interface/web/help/lib/lang/de_support_message.lng | 13 ++++++------- 1 files changed, 6 insertions(+), 7 deletions(-) diff --git a/interface/web/help/lib/lang/de_support_message.lng b/interface/web/help/lib/lang/de_support_message.lng index 431c95a..b026b17 100644 --- a/interface/web/help/lib/lang/de_support_message.lng +++ b/interface/web/help/lib/lang/de_support_message.lng @@ -1,8 +1,7 @@ -<?php +<?php $wb['recipient_id_txt'] = 'Empfänger ID'; -$wb['sender_id_txt'] = 'Absender ID'; -$wb['subject_txt'] = 'Betreff'; -$wb['message_txt'] = 'Nachricht'; -$wb['tstamp_txt'] = 'Zeitpunkt'; -?> - +$wb['sender_id_txt'] = 'Absender ID'; +$wb['subject_txt'] = 'Betreff'; +$wb['message_txt'] = 'Nachricht'; +$wb['tstamp_txt'] = 'Zeitpunkt'; +?> -- Gitblit v1.9.1