From bef7752075fecbb551e177475658e88a9d65f8d4 Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Tue, 03 Aug 2010 16:07:17 -0400
Subject: [PATCH] Fixed a bug in tform library when a value in formdef gets merged with a datasource.

---
 interface/web/help/lib/lang/fr_support_message.lng |   18 +++++++-----------
 1 files changed, 7 insertions(+), 11 deletions(-)

diff --git a/interface/web/help/lib/lang/fr_support_message.lng b/interface/web/help/lib/lang/fr_support_message.lng
index 284fe47..690a912 100644
--- a/interface/web/help/lib/lang/fr_support_message.lng
+++ b/interface/web/help/lib/lang/fr_support_message.lng
@@ -1,11 +1,7 @@
-<?php
-// Traduction française par Falistos (http://hyodream.fr/ispconfig-fr)
-// Traduction sous licence GPL v3, voir http://www.gnu.org/licenses/gpl.txt
-
-$wb["recipient_id_txt"] = "ID Destinataire";
-$wb["sender_id_txt"] = "ID Expéditeur";
-$wb["subject_txt"] = "Sujet";
-$wb["message_txt"] = "Message";
-$wb["tstamp_txt"] = "Timestamp";
-?>
-
+<?php
+$wb['recipient_id_txt'] = 'ID Destinataire';
+$wb['sender_id_txt'] = 'ID Expéditeur';
+$wb['subject_txt'] = 'Sujet';
+$wb['message_txt'] = 'Message';
+$wb['tstamp_txt'] = 'Timestamp';
+?>

--
Gitblit v1.9.1