alecpl
2008-09-19 d4273b8990d56394623e713a0696ec27545bccc7
program/include/rcube_json_output.php
@@ -34,6 +34,7 @@
    private $texts = array();
    private $commands = array();
    public $type = 'js';
    public $ajax_call = true;
    
    
@@ -156,7 +157,7 @@
    /**
     * Delete all stored env variables and commands
     */
    public public function reset()
    public function reset()
    {
        $this->env = array();
        $this->texts = array();