From dae3b41faee2777046b0b612e2bd8b28caf0f189 Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Thu, 19 Jul 2012 04:07:53 -0400
Subject: [PATCH] Fixed a warning in cron log on non web servers.

---
 interface/web/help/lib/lang/pl_support_message.lng |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/interface/web/help/lib/lang/pl_support_message.lng b/interface/web/help/lib/lang/pl_support_message.lng
index 7007f4a..5758dad 100644
--- a/interface/web/help/lib/lang/pl_support_message.lng
+++ b/interface/web/help/lib/lang/pl_support_message.lng
@@ -1,8 +1,8 @@
-<?php
-$wb['recipient_id_txt'] = 'ID odbiorcy';
-$wb['sender_id_txt'] = 'ID nadawcy';
-$wb['subject_txt'] = 'Temat';
-$wb['message_txt'] = 'Wiadomość';
-$wb['tstamp_txt'] = 'Kalendarz';
-?>
-
+<?php
+$wb['recipient_id_txt'] = 'ID odbiorcy';
+$wb['sender_id_txt'] = 'ID nadawcy';
+$wb['subject_txt'] = 'Temat';
+$wb['message_txt'] = 'Wiadomość';
+$wb['tstamp_txt'] = 'Kalendarz';
+$wb['reply_txt'] = 'Reply';
+?>

--
Gitblit v1.9.1