Exemplo n.º 1
0
function rcube_fontdefs($font = null)
{
    return rcmail::font_defs($font);
}
Exemplo n.º 2
0
function rcube_fontdefs($font = null)
{
    _deprecation_warning(__FUNCTION__);
    return rcmail::font_defs($font);
}