alecpl
2010-04-23 2eb7943f2aeaec8efc74b16b7bedb56da9913abf
program/include/rcube_json_output.php
@@ -5,7 +5,7 @@
 | program/include/rcube_json_output.php                                 |
 |                                                                       |
 | This file is part of the RoundCube Webmail client                     |
 | Copyright (C) 2008-2009, RoundCube Dev. - Switzerland                 |
 | Copyright (C) 2008-2010, RoundCube Dev. - Switzerland                 |
 | Licensed under the GNU GPL                                            |
 |                                                                       |
 | PURPOSE:                                                              |
@@ -60,6 +60,7 @@
        $this->env[$name] = $value;
    }
    
    /**
     * Issue command to set page title
     *
@@ -70,6 +71,7 @@
        $name = $this->config->get('product_name');
        $this->command('set_pagetitle', empty($name) ? $title : $name.' :: '.$title);
    }
    /**
     * @ignore
@@ -102,6 +104,7 @@
    {
        // ignore
    }
    /**
     * Register a list of template object handlers
@@ -168,6 +171,7 @@
        }
    }
    
    /**
     * Delete all stored env variables and commands
     */
@@ -177,6 +181,7 @@
        $this->texts = array();
        $this->commands = array();
    }
    
    /**
     * Redirect to a certain url
@@ -267,5 +272,3 @@
        return $out;
    }
}