alecpl
2008-11-16 14de18d5f4636ca86ed8cac4c8c725e07bd2ff79
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();