From fb001f851f60e99b4ba9d2f837a76a46dfd3fd5f Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Thu, 16 Aug 2012 06:00:35 -0400
Subject: [PATCH] Force at least one subtype of address to be specified. Fixes issue where contact address wasn't displayed at all.
---
program/include/rcube_output_json.php | 15 ---------------
1 files changed, 0 insertions(+), 15 deletions(-)
diff --git a/program/include/rcube_output_json.php b/program/include/rcube_output_json.php
index d48dd35..eb1a938 100644
--- a/program/include/rcube_output_json.php
+++ b/program/include/rcube_output_json.php
@@ -17,9 +17,6 @@
| Author: Thomas Bruederli <roundcube@gmail.com> |
| Author: Aleksander Machniak <alec@alec.pl> |
+-----------------------------------------------------------------------+
-
- $Id$
-
*/
@@ -37,18 +34,6 @@
public $type = 'js';
public $ajax_call = true;
-
-
- /**
- * Set environment variable
- *
- * @param string $name Property name
- * @param mixed $value Property value
- */
- public function set_env($name, $value)
- {
- $this->env[$name] = $value;
- }
/**
--
Gitblit v1.9.1