Changeset 8a6fde0 in github


Ignore:
Timestamp:
Jun 19, 2012 5:00:10 AM (11 months ago)
Author:
Aleksander Machniak <alec@…>
Branches:
master, HEAD
Children:
0f3ae42
Parents:
900e622
Message:

Removed redundant method

File:
1 edited

Legend:

Unmodified
Added
Removed
  • program/include/rcube_output_json.php

    r041c93c r8a6fde0  
    3838 
    3939    /** 
    40      * Set environment variable 
    41      * 
    42      * @param string $name Property name 
    43      * @param mixed $value Property value 
    44      */ 
    45     public function set_env($name, $value) 
    46     { 
    47         $this->env[$name] = $value; 
    48     } 
    49  
    50  
    51     /** 
    5240     * Issue command to set page title 
    5341     * 
Note: See TracChangeset for help on using the changeset viewer.