From 8eefbb2158c43b51a8c33e6c480cbe61539b9535 Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Mon, 27 Aug 2012 04:16:04 -0400
Subject: [PATCH] Add option to enable HTML editor on forwarding (#1488517)

---
 program/include/rcube_output_json.php |   12 ------------
 1 files changed, 0 insertions(+), 12 deletions(-)

diff --git a/program/include/rcube_output_json.php b/program/include/rcube_output_json.php
index 7b5510d..eb1a938 100644
--- a/program/include/rcube_output_json.php
+++ b/program/include/rcube_output_json.php
@@ -37,18 +37,6 @@
 
 
     /**
-     * Set environment variable
-     *
-     * @param string $name Property name
-     * @param mixed $value Property value
-     */
-    public function set_env($name, $value)
-    {
-        $this->env[$name] = $value;
-    }
-
-
-    /**
      * Issue command to set page title
      *
      * @param string $title New page title

--
Gitblit v1.9.1