From b7bf0cc6a933ce523ea600ec0844e1bdcba665a6 Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Fri, 27 Feb 2009 12:58:31 -0500
Subject: [PATCH] Fixed Call-time pass-by-reference deprecated issues in tpl.inc.php

---
 interface/web/help/lib/lang/ru_support_message.lng |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/interface/web/help/lib/lang/ru_support_message.lng b/interface/web/help/lib/lang/ru_support_message.lng
index ef30964..ae92b74 100644
--- a/interface/web/help/lib/lang/ru_support_message.lng
+++ b/interface/web/help/lib/lang/ru_support_message.lng
@@ -4,6 +4,4 @@
 $wb['subject_txt'] = 'Тема';
 $wb['message_txt'] = 'Сообщение';
 $wb['tstamp_txt'] = 'Timestamp';
-$wb['btn_save_txt'] = 'Сохранить';
-$wb['btn_cancel_txt'] = 'Закончить';
 ?>

--
Gitblit v1.9.1