Ejemplo n.º 1
0
function get_opt($aliases = array())
{
    return rcube_utils::get_opt($aliases);
}
Ejemplo n.º 2
0
function get_opt($aliases = array())
{
    _deprecation_warning(__FUNCTION__);
    return rcube_utils::get_opt($aliases);
}